summaryrefslogtreecommitdiff
path: root/packages/opie-bluetoothapplet/opie-bluetoothapplet.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/opie-bluetoothapplet/opie-bluetoothapplet.inc')
-rw-r--r--packages/opie-bluetoothapplet/opie-bluetoothapplet.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/opie-bluetoothapplet/opie-bluetoothapplet.inc b/packages/opie-bluetoothapplet/opie-bluetoothapplet.inc
index e69de29bb2..9fc0723659 100644
--- a/packages/opie-bluetoothapplet/opie-bluetoothapplet.inc
+++ b/packages/opie-bluetoothapplet/opie-bluetoothapplet.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "Opie Bluetooth Applet"
+SECTION = "opie/applets"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "libopietooth1"
+APPNAME = "bluetoothapplet"
+
+S = "${WORKDIR}/applet"
+
+inherit opie
+
+do_install() {
+ install -d ${D}${palmtopdir}/pics/bluetoothapplet
+ install -m 0644 ${WORKDIR}/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet
+}
+