diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-12-03 19:44:05 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-12-03 19:44:05 +0000 |
commit | 4dc92f941e3afe632a0f08909713a0279ef9d2d5 (patch) | |
tree | fa4f4c3fdf0c926d4e0bcbf1c808b6f13519c9ca /packages/sofia-sip/sofia-sip_1.12.7.bb | |
parent | a59628bb28f80da4e0e9c1dbd17b851ce4146a17 (diff) | |
parent | 899350269f90ab3a4bd66136b1c351d43683bafd (diff) |
merge of '49fb48a813e1e0d599f74dd7a809922ab71939b1'
and '6fe2cd0b60b675a1e3118d25934adb4693f3b8ed'
Diffstat (limited to 'packages/sofia-sip/sofia-sip_1.12.7.bb')
-rw-r--r-- | packages/sofia-sip/sofia-sip_1.12.7.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/sofia-sip/sofia-sip_1.12.7.bb b/packages/sofia-sip/sofia-sip_1.12.7.bb new file mode 100644 index 0000000000..91c93fd07e --- /dev/null +++ b/packages/sofia-sip/sofia-sip_1.12.7.bb @@ -0,0 +1,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 +} |