blob: d282ed11cf82291d81de50140026c8c22747016e [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
Holger Hans Peter Freyther87c73f72016-01-08 13:01:03 +01008SRC_URI = "\
9 ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \
10 file://msg_parser.c.diff \
11 "
Harald Welte6d1fc802013-12-02 20:52:14 +010012
13inherit autotools pkgconfig
14
15PACKAGES += " ${PN}-bin ${PN}-glib"
16
17FILES_${PN}-bin = "${bindir}"
18FILES_${PN} = "${libdir}/libsofia-sip-ua.so.*"
19FILES_${PN}-dev += "${datadir}/sofia-sip/*.awk"
20FILES_${PN}-glib = "${libdir}/libsofia-sip-ua-glib.so.*"
21
22LEAD_SONAME = "libsofia-sip-ua.so"