[oe-commits] Koen Kooi : tree: add 0.7.5

GIT User account git at amethyst.openembedded.net
Sun Jan 11 10:03:55 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5cbd9ac4ce10fbfd643b31830ac885553ee58658
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5cbd9ac4ce10fbfd643b31830ac885553ee58658

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Jan 11 11:03:17 2009 +0100

tree: add 0.7.5

---

 packages/boxee/tre_0.7.5.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/packages/boxee/tre_0.7.5.bb b/packages/boxee/tre_0.7.5.bb
new file mode 100644
index 0000000..71f09e0
--- /dev/null
+++ b/packages/boxee/tre_0.7.5.bb
@@ -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
+}
+





More information about the Openembedded-commits mailing list