aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc')
-rw-r--r--recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc b/recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc
new file mode 100644
index 0000000000..c8f06984b0
--- /dev/null
+++ b/recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc
@@ -0,0 +1,18 @@
+DESCRIPTION = "Opie Bluetooth Applet"
+SECTION = "opie/applets"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "libopietooth1"
+APPNAME = "bluetoothapplet"
+
+S = "${WORKDIR}/applet"
+
+EXTRA_QMAKEVARS_POST += " INCLUDEPATH+=${STAGING_INCDIR}/opietooth "
+
+inherit opie
+
+do_install() {
+ install -d ${D}${palmtopdir}/pics/bluetoothapplet
+ install -m 0644 ${WORKDIR}/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet
+}
+