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

git version control git at git.openembedded.org
Tue Mar 2 17:39:46 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 5ba1e9d435c7235c1328d788d31978d58a611aee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5ba1e9d435c7235c1328d788d31978d58a611aee

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Mar  1 20:00:09 2010 +0100

ptlib: add 2.8.0

---

 recipes/ekiga/ptlib_2.8.0.bb |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/recipes/ekiga/ptlib_2.8.0.bb b/recipes/ekiga/ptlib_2.8.0.bb
new file mode 100644
index 0000000..5adedc5
--- /dev/null
+++ b/recipes/ekiga/ptlib_2.8.0.bb
@@ -0,0 +1,33 @@
+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;name=ptlib \
+"
+SRC_URI[ptlib.md5sum] = "862ffac32bebbde97ca20320c5b478c6"
+SRC_URI[ptlib.sha256sum] = "e5acadb55d1abd69163b8797bedabc592a567360da79f93dad185988338a5bd3"
+
+EXTRA_OECONF = "  --enable-exceptions "
+
+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
+}
+
+do_install_append() {
+	chmod +x ${D}${libdir}/*
+}
+
+FILES_${PN} += "${libdir}/ptlib-${PV}/*/*/*.so"
+
+





More information about the Openembedded-commits mailing list