blob: cd987faa6d6393f0c5a1c74e961dc1fe79ca61c1 [file] [log] [blame]
Harald Welte6d1fc802013-12-02 20:52:14 +01001DESCRIPTION = "Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification."
2HOMEPAGE = "http://sofia-sip.sourceforge.net/"
3LICENSE = "LGPL-2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=03068f550c635f6520e0f0252da412fc"
5SECTION = "libs"
6DEPENDS = "glib-2.0 openssl"
7
8SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
9
10inherit autotools pkgconfig
11
12PACKAGES += " ${PN}-bin ${PN}-glib"
13
14FILES_${PN}-bin = "${bindir}"
15FILES_${PN} = "${libdir}/libsofia-sip-ua.so.*"
16FILES_${PN}-dev += "${datadir}/sofia-sip/*.awk"
17FILES_${PN}-glib = "${libdir}/libsofia-sip-ua-glib.so.*"
18
19LEAD_SONAME = "libsofia-sip-ua.so"