summaryrefslogtreecommitdiff
path: root/libopietooth/libopietooth1_1.1.6.oe
blob: 3636fa33ed716d946b39df7993f0a97424199d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
}