minneo: add recipe for classic memory game
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 22 Aug 2010 21:06:53 +0000 (23:06 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sun, 22 Aug 2010 21:26:38 +0000 (23:26 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/openmoko-3rdparty/minneo_svn.bb [new file with mode: 0644]

diff --git a/recipes/openmoko-3rdparty/minneo_svn.bb b/recipes/openmoko-3rdparty/minneo_svn.bb
new file mode 100644 (file)
index 0000000..89aac56
--- /dev/null
@@ -0,0 +1,20 @@
+DESCRIPTION = "A classic Memory game for mobile devices"
+HOMEPAGE = "http://code.google.com/p/minneo/"
+LICENSE = "GPLv3"
+AUTHOR = "ValĂ©ry Febvre <vfebvre@easter-eggs.com>"
+SECTION = "x11/applications"
+PRIORITY = "optional"
+
+SRCREV = "4"
+PV = "1.0.1+svnr${SRCPV}"
+
+PACKAGE_ARCH = "all"
+
+SRC_URI = "svn://minneo.googlecode.com/svn;module=trunk;proto=http"
+S = "${WORKDIR}/trunk"
+
+inherit distutils
+
+FILES_${PN} += "${datadir}/minneo ${datadir}/applications/minneo.desktop ${datadir}/pixmaps/minneo.png"
+
+RDEPENDS_${PN} += "python-audio python-pyalsaaudio python-elementary"