Merge branch 'opendreambox' of git://git.opendreambox.org/git/openembedded into opend...
[vuplus_openembedded] / recipes / openmoko-projects / pyefl-sudoku_svn.bb
1 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."
2 HOMEPAGE = "http://pyefl-sudoku.projects.openmoko.org/"
3 SECTION = "openmoko/applications"
4 LICENSE = "GPL"
5 DEPENDS = "python-evas python-edje python-ecore"
6 RDEPENDS = "python-evas python-edje python-ecore"
7 PV = "0.0.2+svnr${SRCREV}"
8 PR = "r2"
9
10 SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=pyefl-sudoku;proto=http"
11
12 S = "${WORKDIR}/pyefl-sudoku"
13
14 inherit setuptools
15
16 PACKAGES = "${PN}"
17
18 FILES_${PN} += "${prefix}/share/*"