neomis: new recipe
authorThomas Zimmermann <ml@vdm-design.de>
Fri, 27 Nov 2009 13:01:21 +0000 (13:01 +0000)
committerKlaus Kurzmann <mok@fluxnetz.de>
Sat, 28 Nov 2009 09:19:13 +0000 (10:19 +0100)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
conf/distro/include/sane-srcrevs.inc
recipes/openmoko-3rdparty/neomis_svn.bb [new file with mode: 0644]

index 3dee57c..154dc45 100644 (file)
@@ -198,6 +198,7 @@ SRCREV_pn-multitap-pad ?= "373"
 SRCREV_pn-mux ?= "72460e890dbb15edbf7dc193116be0dcf9794a8b"
 SRCREV_pn-navit ?= "1096"
 SRCREV_pn-neod ?= "4617"
+SRCREV_pn-neomis ?= "2"
 SRCREV_pn-net-snmp ?= "17367"
 SRCREV_pn-netsurf ?= "3859"
 SRCREV_pn-numptyphysics ?= "109"
diff --git a/recipes/openmoko-3rdparty/neomis_svn.bb b/recipes/openmoko-3rdparty/neomis_svn.bb
new file mode 100644 (file)
index 0000000..2b6075b
--- /dev/null
@@ -0,0 +1,21 @@
+DESCRIPTION = "A computer version of the well-known electronic game named Simon"
+HOMEPAGE = "http://code.google.com/p/neomis/"
+LICENSE = "GPLv3"
+AUTHOR = "ValĂ©ry Febvre <vfebvre@easter-eggs.com>"
+SECTION = "x11/applications"
+PRIORITY = "optional"
+DEPENDS = "python-native"
+
+PV = "1.1.0+svnr${SRCPV}"
+
+S = "${WORKDIR}/trunk"
+
+PACKAGE_ARCH = "all"
+
+SRC_URI = "svn://neomis.googlecode.com/svn;module=trunk;proto=http"
+
+inherit distutils
+
+FILES_${PN} += "${datadir}/neomis ${datadir}/applications/neomis.desktop ${datadir}/pixmaps"
+
+RDEPENDS += "python-audio python-pyalsaaudio python-elementary"