[oe-commits] Koen Kooi : ptlib: add 2.4.4

GIT User account git at amethyst.openembedded.net
Sun Jan 18 18:36:17 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Jan 18 19:35:04 2009 +0100

ptlib: add 2.4.4

---

 packages/ekiga/ptlib_2.4.4.bb |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/packages/ekiga/ptlib_2.4.4.bb b/packages/ekiga/ptlib_2.4.4.bb
new file mode 100644
index 0000000..f5598d3
--- /dev/null
+++ b/packages/ekiga/ptlib_2.4.4.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "Portable Tools Libary"
+LICENSE = "MPL"
+
+inherit gnome
+
+DEPENDS += "libgsm openldap openssl expat virtual/libsdl alsa-lib"
+
+SRC_URI = "http://www.ekiga.org/admin/downloads/latest/sources/ekiga_3.0.2/ptlib-${PV}.tar.bz2"
+
+do_configure() {
+    libtoolize --force
+	gnu-configize
+	oe_runconf
+}
+
+do_compile_append() {
+        sed -i -e s:${STAGING_DIR_TARGET}::g \
+               -e s:/${TARGET_SYS}::g \
+                  ptlib.pc
+}
+
+FILES_${PN} += "${libdir}/ptlib-${PV}/*/*/*.so"
+
+do_stage() {
+	autotools_stage_all
+}
+
+
+
+





More information about the Openembedded-commits mailing list