aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/qpe-games/labyrinth_0.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qtopia/qpe-games/labyrinth_0.7.bb')
-rw-r--r--recipes-qtopia/qpe-games/labyrinth_0.7.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-qtopia/qpe-games/labyrinth_0.7.bb b/recipes-qtopia/qpe-games/labyrinth_0.7.bb
new file mode 100644
index 0000000..6f83c9b
--- /dev/null
+++ b/recipes-qtopia/qpe-games/labyrinth_0.7.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "A traditional (german?) boardgame"
+SECTION = "opie/games"
+PRIORITY = "optional"
+LICENSE = "GPL"
+AUTHOR = "Helge Plehn"
+HOMEPAGE = "http://hexatrolic.i-networx.de/"
+APPNAME = "labyrinth"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/labyrinth-0.7-zecke1.tar.gz"
+
+S = "${WORKDIR}/${APPNAME}"
+
+do_install () {
+ install -d ${D}${palmtopdir}/apps/Games/
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -d ${D}${palmtopdir}/share/games/${APPNAME}/
+
+ install -m 0644 ${S}/pics/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/${APPNAME}.desktop ${D}${palmtopdir}/apps/Games
+ install -m 0644 ${S}/labyrinth.record ${D}${palmtopdir}/share/games/${APPNAME}/
+}
+
+
+inherit opie
+
+SRC_URI[md5sum] = "027e5fd07dd6bd6c1f25161a266a0646"
+SRC_URI[sha256sum] = "547088fbbc3c3f4e60544dca8500c5f7097911427fd7dd04ad082db03f117001"