summaryrefslogtreecommitdiff
path: root/opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.oe')
-rw-r--r--opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.oe21
1 files changed, 21 insertions, 0 deletions
diff --git a/opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.oe b/opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.oe
index e69de29bb2..92ce696f62 100644
--- a/opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.oe
+++ b/opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.oe
@@ -0,0 +1,21 @@
+DESCRIPTION = "Opie Bluetooth Applet"
+SECTION = "opie/applets"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "libopietooth1"
+
+APPNAME = "bluetoothapplet"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/opietooth/applet \
+ ${HANDHELDS_CVS};tag=${TAG};module=opie/pics/bluetoothapplet"
+S = "${WORKDIR}/applet"
+
+inherit opie
+
+do_install() {
+ install -d ${D}${palmtopdir}/pics/bluetoothapplet
+ install -m 0644 ${WORKDIR}/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet
+}
+