aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-sfcave/opie-sfcave.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-sfcave/opie-sfcave.inc')
-rw-r--r--recipes-opie/opie-sfcave/opie-sfcave.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-opie/opie-sfcave/opie-sfcave.inc b/recipes-opie/opie-sfcave/opie-sfcave.inc
new file mode 100644
index 0000000..bb39fa7
--- /dev/null
+++ b/recipes-opie/opie-sfcave/opie-sfcave.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "SFCave for the Zaurus. Fly the dot though the cave avoiding the walls."
+SECTION = "opie/games"
+PRIORITY = "optional"
+LICENSE = "GPL"
+APPNAME = "sfcave"
+
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES bin/sfcave apps/Games/sfcave.desktop pics/sfcave
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+}
+