diff options
Diffstat (limited to 'packages/qpe-games/labyrinth_0.7.bb')
-rw-r--r-- | packages/qpe-games/labyrinth_0.7.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/qpe-games/labyrinth_0.7.bb b/packages/qpe-games/labyrinth_0.7.bb deleted file mode 100644 index 0a43be2795..0000000000 --- a/packages/qpe-games/labyrinth_0.7.bb +++ /dev/null @@ -1,25 +0,0 @@ -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 |