summaryrefslogtreecommitdiff
path: root/recipes/aceofpenguins/aceofpenguins-launcher_0.3.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 08:35:49 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:57:05 +0100
commit7412e6f91e73982a0a8ae90476e71bcbda513391 (patch)
treeba3311c6fde5cc16d2b3e934c10b9b3248a29c5b /recipes/aceofpenguins/aceofpenguins-launcher_0.3.bb
parenta3779a461c13c349cc4f29da4e5b6a713f0f0879 (diff)
aceofpenguins: new recipe from SHR
Diffstat (limited to 'recipes/aceofpenguins/aceofpenguins-launcher_0.3.bb')
-rw-r--r--recipes/aceofpenguins/aceofpenguins-launcher_0.3.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/aceofpenguins/aceofpenguins-launcher_0.3.bb b/recipes/aceofpenguins/aceofpenguins-launcher_0.3.bb
new file mode 100644
index 0000000000..265b8c6651
--- /dev/null
+++ b/recipes/aceofpenguins/aceofpenguins-launcher_0.3.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"
+