summaryrefslogtreecommitdiff
path: root/content/tslib.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-09-12 19:33:22 +0000
committerChris Larson <clarson@kergoth.com>2003-09-12 19:33:22 +0000
commit107e45f4e461af6c653bede19a0bc8a28da54ba7 (patch)
tree5b58ce7a5aae3978ac79a1ae7ed4f1764a1700c1 /content/tslib.oe
parent5ca36d296365218486a3c39fd91320143990bec4 (diff)
Add irda-utils 0.9.15 from debian (anyone know where to find the irattach/irdaping upstream?
BKrev: 3f621f82pTZ0rLHTRfp0IXvae2WgFg
Diffstat (limited to 'content/tslib.oe')
-rw-r--r--content/tslib.oe32
1 files changed, 32 insertions, 0 deletions
diff --git a/content/tslib.oe b/content/tslib.oe
index e69de29bb2..e8beb09bda 100644
--- a/content/tslib.oe
+++ b/content/tslib.oe
@@ -0,0 +1,32 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+SRC_URI := cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib
+SRC_URI_append = " file://${FILESDIR}/pointercal.patch;patch=1"
+SRC_URI_append = " file://${FILESDIR}/automake.patch;patch=1"
+SRC_URI_append = " file://${FILESDIR}/multievent.patch;patch=1"
+SRC_URI_append = " file://${FILESDIR}/envvar_doc.patch;patch=1"
+#SRC_URI_append = " file://${FILESDIR}/raw.patch;patch=1"
+#SRC_URI_append = " file://${FILESDIR}/collie-module.patch;patch=1"
+
+S = ${WORKDIR}/${PN}
+
+EXTRA_OEMAKE=
+do_compile_prepend () {
+ set -e
+ ./autogen.sh
+}
+
+do_stage () {
+ install -m 0755 src/.libs/libts-0.0.so.0.1.0 ${STAGING_LIBDIR}/
+ ln -sf libts-0.0.so.0.1.0 ${STAGING_LIBDIR}/libts-0.0.so.0
+ ln -sf libts-0.0.so.0.1.0 ${STAGING_LIBDIR}/libts-0.0.so
+ ln -sf libts-0.0.so ${STAGING_LIBDIR}/libts.so
+ install -m 0644 src/tslib.h ${STAGING_DIR}/target/include/
+ install -m 0644 src/tslib-private.h ${STAGING_DIR}/target/include/
+}
+
+do_install () {
+ set -e
+ oe_runmake DESTDIR="${D}" install
+}