tree: add 0.7.5
authorKoen Kooi <koen@openembedded.org>
Sun, 11 Jan 2009 10:03:17 +0000 (11:03 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 11 Jan 2009 10:03:17 +0000 (11:03 +0100)
packages/boxee/tre_0.7.5.bb [new file with mode: 0644]

diff --git a/packages/boxee/tre_0.7.5.bb b/packages/boxee/tre_0.7.5.bb
new file mode 100644 (file)
index 0000000..71f09e0
--- /dev/null
@@ -0,0 +1,18 @@
+DESCRIPTION = "TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library "
+LICENSE = "LGPL"
+
+SRC_URI = "http://laurikari.net/tre/tre-${PV}.tar.bz2"
+
+inherit autotools
+
+do_compile_append() {
+        sed -i -e s:${STAGING_DIR_TARGET}::g \
+               -e s:/${TARGET_SYS}::g \
+               tre.pc
+}
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+do_stage() {
+       autotools_stage_all
+}
+