libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
[openembedded.git] / recipes / pwlib / pwlib.inc
blob981becf42fd8694efed6efaac82e3b88a97e8c82
1 HOMEPAGE = "http://openh323.sourceforge.net/"
2 DESCRIPTION = "Portable Text and GUI C/C++ Class Libarary."
3 LICENSE = "GPL"
4 DEPENDS = "openssl openldap"
6 INC_PR = "r1"
8 # Somebody should teach these people about naming tarballs ;-)
9 MIN_VER ?= "1"
10 SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}_${@bb.data.getVar('PV',d,1).split('.')[1]}_${@bb.data.getVar('PV',d,1).split('.')[1]}"
11 SRC_URI = "http://www.voxgratia.org/releases/${PN}-v1_${SHRT_VER}-${MIN_VER}src.tar.gz"
13 inherit autotools
15 EXTRA_OECONF="--enable-ipv6 --disable-sasl --disable-sdl \
16               --disable-video --enable-plugins --with-plugins=oss"
18 # Use openSSL
20 export OPENSSLFLAG="1"
21 export OPENSSLDIR="${STAGING_LIBDIR}"
22 export OPENSSLLIBS="-lssl -lcrypt"
23 export MACHTYPE="x86"
24 export OSTYPE="linux"
25 export OSRELEASE="openembedded"
27 export CPLUS="${CXX}"
29 do_compile() {
30         oe_runmake opt