diff options
author | I-Fan, Chen <tick@openmoko.com> | 2008-10-02 18:34:31 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-26 15:52:08 +0100 |
commit | 787c0bf51794aaa1767f6defa389e8d3d9f20a94 (patch) | |
tree | 6dd312a01655e05056e8ebe40f25a5427252a65d /packages/openmoko-projects/pyefl-sudoku_svn.bb | |
parent | e44a8902373dade856ba586e9dc2f573011b90f8 (diff) |
[Descriptions] Adding more description to applications
Diffstat (limited to 'packages/openmoko-projects/pyefl-sudoku_svn.bb')
-rw-r--r-- | packages/openmoko-projects/pyefl-sudoku_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/openmoko-projects/pyefl-sudoku_svn.bb b/packages/openmoko-projects/pyefl-sudoku_svn.bb index 8f6a8fb0cf..8c1dfe24ec 100644 --- a/packages/openmoko-projects/pyefl-sudoku_svn.bb +++ b/packages/openmoko-projects/pyefl-sudoku_svn.bb @@ -1,11 +1,11 @@ -DESCRIPTION = "pythonEFL-sudoku puzzle game" +DESCRIPTION = "Sudoku is a logic-based number-placement puzzle. The objective is to fill a 9×9 grid so that each column, each row, and each of the nine 3×3 boxes (also called blocks or regions) contains the digits from 1 to 9 only one time each." HOMEPAGE = "http://pyefl-sudoku.projects.openmoko.org/" SECTION = "openmoko/applications" LICENSE = "GPL" DEPENDS = "python-evas python-edje python-ecore" RDEPENDS = "python-evas python-edje python-ecore" PV = "0.0.2+svnr${SRCREV}" -PR = "r1" +PR = "r1.01" SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=pyefl-sudoku;proto=http" |