aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-parashoot/opie-parashoot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-parashoot/opie-parashoot.inc')
-rw-r--r--recipes-opie/opie-parashoot/opie-parashoot.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-opie/opie-parashoot/opie-parashoot.inc b/recipes-opie/opie-parashoot/opie-parashoot.inc
new file mode 100644
index 0000000..ec10d07
--- /dev/null
+++ b/recipes-opie/opie-parashoot/opie-parashoot.inc
@@ -0,0 +1,18 @@
+DESCRIPTION = "Game: shoot the parachutists"
+SECTION = "opie/games"
+PRIORITY = "optional"
+LICENSE = "GPL"
+APPNAME = "parashoot"
+
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES plugins/application/libparashoot.so* bin/parashoot apps/Games/parashoot.desktop pics/parashoot
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.xpm ${D}${palmtopdir}/pics/${APPNAME}/
+}
+