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