diff options
Diffstat (limited to 'packages/qpe-games/zsubhunt_1.0.0ern.bb')
-rw-r--r-- | packages/qpe-games/zsubhunt_1.0.0ern.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/packages/qpe-games/zsubhunt_1.0.0ern.bb b/packages/qpe-games/zsubhunt_1.0.0ern.bb deleted file mode 100644 index 0a52c0017a..0000000000 --- a/packages/qpe-games/zsubhunt_1.0.0ern.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "Sub Marine Hunt" -SECTION = "opie/games" -PRIORITY = "optional" -LICENSE = "GPL" -AUTHOR = "Kart Bartel, Robert Ernst" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-ZSubhunt.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/zsubhunt_V1.0.0ern.tar.gz " - -PV = "1.0.0ern" -S = "${WORKDIR}/zsubhunt_V${PV}" - - -APPNAME = "zsubhunt" -APPTYPE = "binary" -APPDESKTOP = "${S}" - - -do_install () { - install -d ${D}${palmtopdir}/apps/Games/ - install -d ${D}${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/pics/*.png ${D}${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/${APPNAME}.desktop ${D}${palmtopdir}/apps/Games -} - - -inherit opie |