increase dvbapp PR.
[vuplus_openembedded] / recipes / sofia-sip / sofia-sip.inc
1 DESCRIPTION = "Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification."
2 HOMEPAGE = "http://sofia-sip.sourceforge.net/"
3 LICENSE = "LGPL"
4 DEPENDS = "glib-2.0 openssl"
5
6 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
7
8 inherit autotools pkgconfig
9
10 PACKAGES += " ${PN}-bin ${PN}-glib"
11
12 FILES_${PN}-bin = "${bindir}"
13 FILES_${PN} = "${libdir}/libsofia-sip-ua.so.*"
14 FILES_${PN}-dev += "${datadir}/sofia-sip/*.awk"
15 FILES_${PN}-glib = "${libdir}/libsofia-sip-ua-glib.so.*" 
16
17 LEAD_SONAME = "libsofia-sip-ua.so"
18
19 do_stage () {
20         autotools_stage_all
21 }