diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-23 22:27:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-23 22:27:38 +0000 |
commit | 0e36ea02fb9e187e200a11e955227981e2d4b6d3 (patch) | |
tree | 1cb44e40910e695c8a33b6d229fded48b96cf1c9 /opie-keypebble | |
parent | 3b24e4b00e8154e3fcd00220456435ecd073f79e (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/04/24 00:27:32+02:00 uni-frankfurt.de!mickey
make the opie packages more consistent
simplify thanks to the new opie.oeclass
use CVSDATE everywhere
BKrev: 4089985apjAk2I8E1b1ckVlvv3RNBw
Diffstat (limited to 'opie-keypebble')
-rw-r--r-- | opie-keypebble/opie-keypebble_cvs.oe | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/opie-keypebble/opie-keypebble_cvs.oe b/opie-keypebble/opie-keypebble_cvs.oe index 114fa5721f..b71b5064ec 100644 --- a/opie-keypebble/opie-keypebble_cvs.oe +++ b/opie-keypebble/opie-keypebble_cvs.oe @@ -4,20 +4,19 @@ PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" LICENSE = "GPL" DEPENDS = "libopie2" -PV = "1.0.2-cvs-${CVSDATE}" +PV = "1.1.3-cvs-${CVSDATE}" +APPNAME = "keypebble" -SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/noncore/comm/keypebble;date=${CVSDATE} \ - cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/pics;date=${CVSDATE} \ +SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/noncore/comm/${APPNAME};date=${CVSDATE} \ + cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/pics;date=${CVSDATE} \ cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/apps;date=${CVSDATE}" -S = "${WORKDIR}/keypebble" +S = "${WORKDIR}/${APPNAME}" inherit opie do_install() { - install -d ${D}${palmtopdir}/{bin,apps/Applications,pics/vnc} - install -m 0755 ${S}/keypebble ${D}${palmtopdir}/bin/keypebble - install -m 0644 ${WORKDIR}/apps/Applications/keypebble.desktop ${D}${palmtopdir}/apps/Applications/keypebble.desktop + install -d ${D}${palmtopdir}/pics/vnc install -m 0644 ${WORKDIR}/pics/vnc/*.* ${D}${palmtopdir}/pics/vnc/ } |