diff options
Diffstat (limited to 'libopietooth/libopietooth1_1.1.6.oe')
-rw-r--r-- | libopietooth/libopietooth1_1.1.6.oe | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libopietooth/libopietooth1_1.1.6.oe b/libopietooth/libopietooth1_1.1.6.oe index e69de29bb2..3636fa33ed 100644 --- a/libopietooth/libopietooth1_1.1.6.oe +++ b/libopietooth/libopietooth1_1.1.6.oe @@ -0,0 +1,26 @@ +DESCRIPTION = "Opie Bluetooth library" +SECTION = "opie/libs" +PRIORITY = "optional" +DEPENDS = "libopie2" +MAINTAINER = "Team Opie <opie@handhelds.org> +LICENSE = "LGPL" +PR = "r2" + +CVSDATE = "20041015" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/net/opietooth/lib" + +inherit opie + +TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" +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 +} + |