[oe-commits] Martin Jansa : minneo: add recipe for classic memory game

git version control git at git.openembedded.org
Sun Aug 22 21:26:33 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e0ebf2ce22d79dc5db2e2d26755cfb71b7b58d7e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e0ebf2ce22d79dc5db2e2d26755cfb71b7b58d7e

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 22 23:06:53 2010 +0200

minneo: add recipe for classic memory game

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/openmoko-3rdparty/minneo_svn.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/recipes/openmoko-3rdparty/minneo_svn.bb b/recipes/openmoko-3rdparty/minneo_svn.bb
new file mode 100644
index 0000000..89aac56
--- /dev/null
+++ b/recipes/openmoko-3rdparty/minneo_svn.bb
@@ -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 at 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"





More information about the Openembedded-commits mailing list