aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-bluetoothapplet/opie-bluetoothapplet.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-bluetoothapplet/opie-bluetoothapplet.inc')
-rw-r--r--recipes-opie/opie-bluetoothapplet/opie-bluetoothapplet.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-opie/opie-bluetoothapplet/opie-bluetoothapplet.inc b/recipes-opie/opie-bluetoothapplet/opie-bluetoothapplet.inc
new file mode 100644
index 0000000..313680f
--- /dev/null
+++ b/recipes-opie/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}/pics/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet
+}
+