aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-07-16 14:08:57 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-07-16 14:08:57 +0000
commit9a8052e7e3e47b63ae2a1b968d87eb1f1b66c85b (patch)
treeb6f02ffca721010585dfc7c8b4086b246a3ce605
parent145645da79095e06c86e2a18df0a6fbebdcc8cdc (diff)
downloadopenembedded-9a8052e7e3e47b63ae2a1b968d87eb1f1b66c85b.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages 2004/07/15 22:48:30+02:00 hrw.one.pl!hrw added some free levels BKrev: 40f7e179U8Y2Jj5LSr8SViWUhI3_wQ
-rw-r--r--opie-3rdparty/tickypip_0.1.2.oe18
1 files changed, 17 insertions, 1 deletions
diff --git a/opie-3rdparty/tickypip_0.1.2.oe b/opie-3rdparty/tickypip_0.1.2.oe
index 063ec3616c..8da76e42bc 100644
--- a/opie-3rdparty/tickypip_0.1.2.oe
+++ b/opie-3rdparty/tickypip_0.1.2.oe
@@ -5,11 +5,26 @@ MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>"
LICENSE = "GPL"
AUTHOR = "Christian Hammond"
HOMEPAGE = "http://www.chipx86.com/projects/tickypip/"
+PR = "r1"
SRC_URI = "http://www.chipx86.com/packages/ipkg/tickypip-0.1.2.tar.gz \
file://local_compile.patch;patch=1 \
file://tickypip.desktop \
- file://tickypip.png"
+ file://tickypip.png \
+ http://medlem.tripodnet.nu/palmfiles/download/nw1317.zip \
+ http://medlem.tripodnet.nu/palmfiles/download/nw1822.zip \
+ http://medlem.tripodnet.nu/palmfiles/download/nw4655.zip \
+ http://medlem.tripodnet.nu/palmfiles/download/nw5660.zip \
+ http://medlem.tripodnet.nu/palmfiles/download/nw7680.zip \
+ http://medlem.tripodnet.nu/palmfiles/download/nwlevels15.zip \
+ http://medlem.tripodnet.nu/palmfiles/download/nwmaster15.zip "
+
+# those are listed on http://www.palmgamingworld.com/add-in/netwalk.shtml
+# but are not available to download
+#
+# http://members.xoom.it/palmfiles/download/nwe004005.zip
+# http://members.xoom.it/palmfiles/download/nwg019020.zip
+# http://www.theunleashed.net/data_pgw_gab/nw91100.zip
APPNAME = "tickypip"
APPTYPE = "binary"
@@ -25,6 +40,7 @@ do_install () {
# copy share
install -d ${D}/${palmtopdir}/share/${APPNAME}/levels
install -m 0644 ${S}/levels/* ${D}/${palmtopdir}/share/${APPNAME}/levels/
+ install -m 0644 ${WORKDIR}/*.pdb ${D}/${palmtopdir}/share/${APPNAME}/levels/
}