From d1a1aa3c3fe2b65faec879ce216c7c61bae88076 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 28 Sep 2009 09:11:43 +0200 Subject: ptlib: update to 2.6.5 --- recipes/ekiga/ptlib_2.6.5.bb | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 recipes/ekiga/ptlib_2.6.5.bb (limited to 'recipes/ekiga') diff --git a/recipes/ekiga/ptlib_2.6.5.bb b/recipes/ekiga/ptlib_2.6.5.bb new file mode 100644 index 0000000000..5466292361 --- /dev/null +++ b/recipes/ekiga/ptlib_2.6.5.bb @@ -0,0 +1,34 @@ +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 +} + +do_install_append() { + chmod +x ${D}${libdir}/* +} + +FILES_${PN} += "${libdir}/ptlib-${PV}/*/*/*.so" + +do_stage() { + autotools_stage_all +} + + + + -- cgit 1.2.3-korg