[oe-commits] Thomas Zimmermann : Updated aceofpenguins-launcher

git version control git at git.openembedded.org
Thu Aug 27 10:04:32 UTC 2009


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

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Thu Aug 27 06:57:46 2009 +0000

Updated aceofpenguins-launcher

---

 .../aceofpenguins/aceofpenguins-launcher_0.2.bb    |   21 ++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/recipes/aceofpenguins/aceofpenguins-launcher_0.2.bb b/recipes/aceofpenguins/aceofpenguins-launcher_0.2.bb
new file mode 100644
index 0000000..265b8c6
--- /dev/null
+++ b/recipes/aceofpenguins/aceofpenguins-launcher_0.2.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "EFL launcher for ace-of-penguins"
+HOMEPAGE = "http://shr-project.org"
+SHR_RELEASE ?= "shr"
+LICENSE ?= "GPL"
+DEPENDS = "python-native python-elementary"
+RDEPENDS = "aceofpenguins"
+SECTION = "x11/application"
+
+PACKAGE_ARCH = "all"
+
+PR = "r0"
+
+inherit setuptools
+
+SRC_URI = "http://downloads.vdm-design.de/aceofpenguins-launcher-${PV}.tar.gz"
+
+S = "${WORKDIR}/aceofpenguins-launcher"
+
+FILES_${PN} += "${prefix}/share/pixmaps"
+FILES_${PN} += "${prefix}/share/applications"
+





More information about the Openembedded-commits mailing list