[oe-commits] Thomas Zimmermann : numberx: new recipe

git version control git at git.openembedded.org
Sat Nov 28 09:22:58 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 232a4e92c678d10668483c7b79c21e2c436b316a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=232a4e92c678d10668483c7b79c21e2c436b316a

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Fri Nov 27 13:34:44 2009 +0000

numberx: new recipe

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/distro/include/sane-srcrevs.inc     |    1 +
 recipes/openmoko-3rdparty/numberx_svn.bb |   21 +++++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 154dc45..194078c 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -201,6 +201,7 @@ SRCREV_pn-neod ?= "4617"
 SRCREV_pn-neomis ?= "2"
 SRCREV_pn-net-snmp ?= "17367"
 SRCREV_pn-netsurf ?= "3859"
+SRCREV_pn-numberx ?= "3"
 SRCREV_pn-numptyphysics ?= "109"
 SRCREV_pn-oh-puzzles ?= "22"
 SRCREV_pn-ohm ?= "edfe25d49d67884bf004de7ae0724c162bb5e65e"
diff --git a/recipes/openmoko-3rdparty/numberx_svn.bb b/recipes/openmoko-3rdparty/numberx_svn.bb
new file mode 100644
index 0000000..446ed37
--- /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 at 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}"





More information about the Openembedded-commits mailing list