aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-projects/pyefl-sudoku_svn.bb
blob: 0177e72ccbd54877e66d9591b8692a966c1624e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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_${PN} = "python-evas python-edje python-ecore"
SRCREV = "49"
PV = "0.0.2+svnr${SRCPV}"
PR = "r4"

SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=pyefl-sudoku;proto=http"

S = "${WORKDIR}/pyefl-sudoku"

inherit setuptools

PACKAGES = "${PN}"

FILES_${PN} += "${prefix}/share/*"