summaryrefslogtreecommitdiff
path: root/opie-bluetoothapplet
diff options
context:
space:
mode:
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
+}
+