summaryrefslogtreecommitdiff
path: root/packages/opie-sfcave/opie-sfcave.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/opie-sfcave/opie-sfcave.inc')
-rw-r--r--packages/opie-sfcave/opie-sfcave.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/opie-sfcave/opie-sfcave.inc b/packages/opie-sfcave/opie-sfcave.inc
index e69de29bb2..f7abc17955 100644
--- a/packages/opie-sfcave/opie-sfcave.inc
+++ b/packages/opie-sfcave/opie-sfcave.inc
@@ -0,0 +1,18 @@
+DESCRIPTION = "SFCave for the Zaurus. Fly the dot though the cave avoiding the walls."
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+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}/
+}
+