blob: 557cbb8aca8f641fc51704d02b58cd12fc5ace38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
DESCRIPTION = "NumberX is a mathematical puzzle game that will challenge your mental math abilities! "
HOMEPAGE = "http://code.google.com/p/numberx/"
LICENSE = "GPLv3"
AUTHOR = "Valéry Febvre <vfebvre@easter-eggs.com>"
SECTION = "x11/applications"
PRIORITY = "optional"
DEPENDS = "python-native"
SRCREV = "4"
PV = "1.0.0+svnr${SRCPV}"
PR = "r1"
S = "${WORKDIR}/trunk"
PACKAGE_ARCH = "all"
SRC_URI = "svn://numberx.googlecode.com/svn;module=trunk;proto=http"
inherit distutils
RDEPENDS_${PN} += "python-math python-elementary"
FILES_${PN} += "${datadir}"
|