aboutsummaryrefslogtreecommitdiffstats
path: root/opie-bluetoothapplet
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-13 18:03:01 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-13 18:03:01 +0000
commitced8cdbd909429d4ba327078e136617a52ec61f7 (patch)
treed5471cf6f0d9a867470e0db9be39e0515aac6ae1 /opie-bluetoothapplet
parent3fbf5d5cf933d9cbd8029eb3ec4c3a915ef5b173 (diff)
downloadopenembedded-ced8cdbd909429d4ba327078e136617a52ec61f7.tar.gz
cosmetics for opie-bluetoothapplet
BKrev: 40f423d57kvTOHIL5wwj0nof49Eysw
Diffstat (limited to 'opie-bluetoothapplet')
-rw-r--r--opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe19
1 files changed, 19 insertions, 0 deletions
diff --git a/opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe b/opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe
index e69de29bb2..d59ead6098 100644
--- a/opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe
+++ b/opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe
@@ -0,0 +1,19 @@
+DESCRIPTION = "Opie Bluetooth Applet"
+SECTION = "opie/applets"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+PV = "1.1.4-cvs-${CVSDATE}"
+APPNAME = "bluetoothapplet"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/opietooth/applet;date=${CVSDATE} \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics/bluetoothapplet;date=${CVSDATE}"
+S = "${WORKDIR}/applet"
+
+inherit opie
+
+do_install() {
+ install -d ${D}${palmtopdir}/pics/bluetoothapplet
+ install -m 0644 ${WORKDIR}/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet
+}
+