summaryrefslogtreecommitdiff
path: root/libopietooth/libopietooth1_1.1.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libopietooth/libopietooth1_1.1.7.oe')
-rw-r--r--libopietooth/libopietooth1_1.1.7.oe24
1 files changed, 24 insertions, 0 deletions
diff --git a/libopietooth/libopietooth1_1.1.7.oe b/libopietooth/libopietooth1_1.1.7.oe
index e69de29bb2..a7f909c2f5 100644
--- a/libopietooth/libopietooth1_1.1.7.oe
+++ b/libopietooth/libopietooth1_1.1.7.oe
@@ -0,0 +1,24 @@
+DESCRIPTION = "Opie Bluetooth library"
+SECTION = "opie/libs"
+PRIORITY = "optional"
+DEPENDS = "libopie2"
+MAINTAINER = "Team Opie <opie@handhelds.org>
+LICENSE = "LGPL"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/opietooth/lib"
+
+inherit opie
+
+
+S = "${WORKDIR}/lib"
+
+do_stage() {
+ install -m 0644 *.h ${STAGING_INCDIR}/
+ oe_libinstall -so libopietooth1 ${STAGING_LIBDIR}/
+}
+
+do_install() {
+ oe_libinstall -so libopietooth1 ${D}/${palmtopdir}/lib
+}
+