Merge http://openembedded.bkbits.net/packages
authorChris Larson <clarson@kergoth.com>
Sat, 29 May 2004 01:29:03 +0000 (01:29 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 29 May 2004 01:29:03 +0000 (01:29 +0000)
into beast.local:/home/kergoth/code/packages

2004/05/28 14:20:41-04:00 local!kergoth
Move tslib_cvs.oe into tslib/.

BKrev: 40b7e75fJOCn5JTg3QH5U_CTySnm9g

BitKeeper/etc/logging_ok
tslib/tslib_cvs.oe

index 719db65..bd9671a 100644 (file)
@@ -10,6 +10,7 @@ ggilbert@olddog.treke.net
 ggilbert@treke.ath.cx
 hrw@home.hrw.one.pl
 kebert@geralt.doma
+kergoth@beast.local
 kergoth@direwolf.(none)
 kergoth@direwolf.itg.ti.com
 kergoth@direwolf.ppp.ti.com
index e69de29..e75a4ea 100644 (file)
@@ -0,0 +1,23 @@
+PV = "0.1cvs${CVSDATE}"
+
+DESCRIPTION = "tslib is a touchscreen access library."
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/tslib"
+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
+}
+
+FILES_tslib_append = " ${datadir}/ts/plugins/*.so"