summaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty
diff options
context:
space:
mode:
authorThomas Zimmermann <ml@vdm-design.de>2009-11-27 13:34:44 +0000
committerKlaus Kurzmann <mok@fluxnetz.de>2009-11-28 10:20:34 +0100
commit232a4e92c678d10668483c7b79c21e2c436b316a (patch)
treedff16665637235cd3ff16c8f9d7363af2cba3587 /recipes/openmoko-3rdparty
parent6cc4cbdabe226eb823fee89d5ecf200e347251a4 (diff)
downloadopenembedded-232a4e92c678d10668483c7b79c21e2c436b316a.tar.gz
numberx: new recipe
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/openmoko-3rdparty')
-rw-r--r--recipes/openmoko-3rdparty/numberx_svn.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/openmoko-3rdparty/numberx_svn.bb b/recipes/openmoko-3rdparty/numberx_svn.bb
new file mode 100644
index 0000000000..446ed37b52
--- /dev/null
+++ b/recipes/openmoko-3rdparty/numberx_svn.bb
@@ -0,0 +1,21 @@
+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"
+
+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}"