diff options
Diffstat (limited to 'opie-3rdparty/ziq_1.1ern.oe')
-rw-r--r-- | opie-3rdparty/ziq_1.1ern.oe | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/opie-3rdparty/ziq_1.1ern.oe b/opie-3rdparty/ziq_1.1ern.oe deleted file mode 100644 index 630d603bd2..0000000000 --- a/opie-3rdparty/ziq_1.1ern.oe +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "ZIQ" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Bill Wetter" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-ZIQ.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/ziq_V1.1ern.tar.gz \ - file://ziq.patch;patch=1" - -PV = "1.1ern" -S = "${WORKDIR}/ziq_V${PV}" - - -APPNAME = "ziq" -APPTYPE = "binary" -APPDESKTOP = "${S}" - - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/${APPNAME}.desktop ${D}/${palmtopdir}/apps/Games -} - - -inherit opie |