diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-12 08:17:21 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-12 08:17:21 +0000 |
commit | c700b6a75cbe76e03aa8979fd5d36a0767427516 (patch) | |
tree | 2976e7ac75f04776aa40c4c76e5a9792ff50eb97 /opie-3rdparty/ziq_1.1ern.oe | |
parent | 822814f1bcc3bf84574d5f7cf42eb26d35928814 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages
2004/08/12 10:13:57+02:00 uni-frankfurt.de!mickey
maintainer cleanup
BKrev: 411b2791_hL3lHrjvvyAJ6umLBVpdA
Diffstat (limited to 'opie-3rdparty/ziq_1.1ern.oe')
-rw-r--r-- | opie-3rdparty/ziq_1.1ern.oe | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/opie-3rdparty/ziq_1.1ern.oe b/opie-3rdparty/ziq_1.1ern.oe index e69de29bb2..630d603bd2 100644 --- a/opie-3rdparty/ziq_1.1ern.oe +++ b/opie-3rdparty/ziq_1.1ern.oe @@ -0,0 +1,29 @@ +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 |