aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty/numberx_svn.bb
blob: 3deaf6a4eb8d13f9827f340e5ac1f2b091983279 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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}"

S = "${WORKDIR}/trunk"

PACKAGE_ARCH = "all"

SRC_URI = "svn://numberx.googlecode.com/svn;module=trunk;proto=http"

inherit distutils

RDEPENDS += "python-math python-elementary" 

FILES_${PN} += "${datadir}"