From: Koen Kooi Date: Wed, 22 Mar 2006 13:44:34 +0000 (+0000) Subject: sofia-sip: add main sofia-sip library X-Git-Tag: Release-2010-05/1~9453^2~2174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a786b053799741b51db67148ab36246e1605e1;p=openembedded.git sofia-sip: add main sofia-sip library --- diff --git a/packages/sofia-sip/.mtn2git_empty b/packages/sofia-sip/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/sofia-sip/sofia-sip_1.11.7.bb b/packages/sofia-sip/sofia-sip_1.11.7.bb new file mode 100644 index 0000000000..c9afd0de6a --- /dev/null +++ b/packages/sofia-sip/sofia-sip_1.11.7.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification." +HOMEPAGE = "http://sofia-sip.sourceforge.net/" +MAINTAINER = "Koen Kooi " +LICENSE = "LGPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz" + +inherit autotools pkgconfig + +do_stage() { +autotools_stage_all +} + +