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/"
4 DEPENDS = "glib-2.0 openssl"
6 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz;name=archive"
8 inherit autotools pkgconfig
10 PACKAGES += " ${PN}-bin ${PN}-glib"
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.*"
17 LEAD_SONAME = "libsofia-sip-ua.so"