diff options
author | Thomas Zimmermann <ml@vdm-design.de> | 2009-11-27 13:01:21 +0000 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-11-28 10:19:13 +0100 |
commit | 6cc4cbdabe226eb823fee89d5ecf200e347251a4 (patch) | |
tree | eaec36514d77087cc091f3a5e5d840f12f31a6ff /recipes/openmoko-3rdparty/neomis_svn.bb | |
parent | 38c5fb678fc9977e2e813c7869a73d175bba87f5 (diff) |
neomis: new recipe
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/openmoko-3rdparty/neomis_svn.bb')
-rw-r--r-- | recipes/openmoko-3rdparty/neomis_svn.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/openmoko-3rdparty/neomis_svn.bb b/recipes/openmoko-3rdparty/neomis_svn.bb new file mode 100644 index 0000000000..2b6075b787 --- /dev/null +++ b/recipes/openmoko-3rdparty/neomis_svn.bb @@ -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" |