blob: 91c93fd07ea288e8943d59a7bc3fa52e64cacd65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification."
HOMEPAGE = "http://sofia-sip.sourceforge.net/"
LICENSE = "LGPL"
DEPENDS = "glib-2.0 openssl"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}
|