aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sofia-sip/sofia-sip_1.11.7.bb
blob: 357a097b0fe2d95602d95b309d40e24959a85544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"

SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"

inherit autotools pkgconfig
 
do_stage() {
autotools_stage_all
}