aboutsummaryrefslogtreecommitdiffstats
path: root/tslib/tslib_cvs.oe
blob: 3f3b777322a97f129c31953a1609889a734d8798 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
PV = "0.1cvs${CVSDATE}"

DESCRIPTION = "tslib is a touchscreen access library."

SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/tslib \
           file://collie/ts.conf \
           file://collie/tslib.sh \
           file://corgi/ts.conf \
           file://corgi/tslib.sh \
           file://h3600/ts.conf \
           file://h3600/tslib.sh \
           file://husky/ts.conf \
           file://husky/tslib.sh \
           file://poodle/ts.conf \
           file://poodle/tslib.sh \
           file://shepherd/ts.conf \
           file://shepherd/tslib.sh"
S = "${WORKDIR}/tslib"

inherit autotools

EXTRA_OECONF = "--enable-shared"

do_stage () {
	oe_libinstall -so -C src libts-0.0 ${STAGING_LIBDIR}
	ln -sf libts-0.0.so ${STAGING_LIBDIR}/libts.so
	install -m 0644 src/tslib.h ${STAGING_INCDIR}/
	install -m 0644 src/tslib-private.h ${STAGING_INCDIR}/
}

do_install_prepend () {
	oe_machinstall -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf
}

do_install_append() {
	install -d ${D}/${sysconfdir}/profile.d/
	oe_machinstall -m 0755 ${WORKDIR}/tslib.sh ${D}/${sysconfdir}/profile.d/
}

FILES_tslib_append = " ${datadir}/ts/plugins/*.so"