aboutsummaryrefslogtreecommitdiffstats
path: root/opie-kpacman
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-09-06 09:53:13 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-09-06 09:53:13 +0000
commit20db199889b6a57026383cf96e94b79ef6257050 (patch)
treeace9a87b10591f98e29dd10745b5b13bbf334c86 /opie-kpacman
parent70a4e684087d32819a79fde286fe1db8161561f3 (diff)
downloadopenembedded-20db199889b6a57026383cf96e94b79ef6257050.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into marcinj.local:/home/hrw/zaurus/oe/packages 2004/09/06 11:52:56+02:00 local!hrw opie kbill/kpacman/wordgame: package all pictures BKrev: 413c33896GDVQwHP51NK76J4BArQsw
Diffstat (limited to 'opie-kpacman')
-rw-r--r--opie-kpacman/opie-kpacman_cvs.oe6
1 files changed, 5 insertions, 1 deletions
diff --git a/opie-kpacman/opie-kpacman_cvs.oe b/opie-kpacman/opie-kpacman_cvs.oe
index 92e901e8e6..81d0af7ced 100644
--- a/opie-kpacman/opie-kpacman_cvs.oe
+++ b/opie-kpacman/opie-kpacman_cvs.oe
@@ -6,6 +6,7 @@ LICENSE = "GPL"
PV = "1.1.5-cvs-${CVSDATE}"
APPNAME = "kpacman"
APPTYPE = "binary"
+PR = "r1"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/games/kpacman \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
@@ -31,7 +32,10 @@ fi
do_install() {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
- install -d ${D}${palmtopdir}/share/${APPNAME}/
+ install -d ${D}${palmtopdir}/share/${APPNAME}/fonts
+ install -d ${D}${palmtopdir}/share/${APPNAME}/pics
install -m 0644 ${WORKDIR}/share/${APPNAME}/*.conf ${D}${palmtopdir}/share/${APPNAME}/
+ install -m 0644 ${WORKDIR}/share/${APPNAME}/fonts/*.xbm ${D}${palmtopdir}/share/${APPNAME}/fonts/
+ install -m 0644 ${WORKDIR}/share/${APPNAME}/pics/*.xpm ${D}${palmtopdir}/share/${APPNAME}/pics/
}