summaryrefslogtreecommitdiff
path: root/opie-3rdparty/tickypip_0.1.1ern.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-3rdparty/tickypip_0.1.1ern.oe')
-rw-r--r--opie-3rdparty/tickypip_0.1.1ern.oe33
1 files changed, 33 insertions, 0 deletions
diff --git a/opie-3rdparty/tickypip_0.1.1ern.oe b/opie-3rdparty/tickypip_0.1.1ern.oe
index e69de29bb2..a4efa32154 100644
--- a/opie-3rdparty/tickypip_0.1.1ern.oe
+++ b/opie-3rdparty/tickypip_0.1.1ern.oe
@@ -0,0 +1,33 @@
+DESCRIPTION = "Tickypip"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Christian Hammond"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Tickypip.html"
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/tickypip_V0.1.1ern.tar.gz \
+ file://tickypip.patch;patch=1"
+
+PV = "0.1.1ern"
+S = "${WORKDIR}/tickypip_V${PV}"
+
+APPNAME = "tickypip"
+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}/images/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+# copy share
+ install -d ${D}/${palmtopdir}/share/${APPNAME}/
+ install -m 0644 ${S}/levels/*.dat ${D}/${palmtopdir}/share/${APPNAME}/
+
+}
+
+
+inherit opie