diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-06 09:53:13 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-06 09:53:13 +0000 |
commit | 20db199889b6a57026383cf96e94b79ef6257050 (patch) | |
tree | ace9a87b10591f98e29dd10745b5b13bbf334c86 /opie-wordgame | |
parent | 70a4e684087d32819a79fde286fe1db8161561f3 (diff) |
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-wordgame')
-rw-r--r-- | opie-wordgame/opie-wordgame_cvs.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opie-wordgame/opie-wordgame_cvs.oe b/opie-wordgame/opie-wordgame_cvs.oe index 536358a80e..b4e701a795 100644 --- a/opie-wordgame/opie-wordgame_cvs.oe +++ b/opie-wordgame/opie-wordgame_cvs.oe @@ -5,6 +5,7 @@ MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "GPL" PV = "1.1.5-cvs-${CVSDATE}" APPNAME = "wordgame" +PR = "r1" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/games/wordgame \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ @@ -18,5 +19,6 @@ inherit opie do_install() { install -d ${D}${palmtopdir}/pics/${APPNAME}/ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.xpm ${D}${palmtopdir}/pics/${APPNAME}/ } |