aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-wordgame/opie-wordgame.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-wordgame/opie-wordgame.inc')
-rw-r--r--recipes-opie/opie-wordgame/opie-wordgame.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-opie/opie-wordgame/opie-wordgame.inc b/recipes-opie/opie-wordgame/opie-wordgame.inc
new file mode 100644
index 0000000..4510899
--- /dev/null
+++ b/recipes-opie/opie-wordgame/opie-wordgame.inc
@@ -0,0 +1,18 @@
+DESCRIPTION = "Crossword game"
+SECTION = "opie/games"
+PRIORITY = "optional"
+LICENSE = "GPL"
+APPNAME = "wordgame"
+
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES plugins/application/libwordgame.so* bin/wordgame apps/Games/wordgame.desktop pics/wordgame
+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}/
+}
+