ptlib: update to 2.5.2
authorKoen Kooi <koen@openembedded.org>
Mon, 19 Jan 2009 10:10:09 +0000 (11:10 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 19 Jan 2009 10:10:09 +0000 (11:10 +0100)
packages/ekiga/ptlib_2.5.2.bb [new file with mode: 0644]

diff --git a/packages/ekiga/ptlib_2.5.2.bb b/packages/ekiga/ptlib_2.5.2.bb
new file mode 100644 (file)
index 0000000..93a3bd8
--- /dev/null
@@ -0,0 +1,30 @@
+DESCRIPTION = "Portable Tools Libary"
+LICENSE = "MPL"
+
+inherit gnome
+
+DEPENDS += "libgsm openldap openssl expat virtual/libsdl alsa-lib"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/opalvoip/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
+}
+
+
+
+