sofia-sip: add main sofia-sip library
authorKoen Kooi <koen@openembedded.org>
Wed, 22 Mar 2006 13:44:34 +0000 (13:44 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 22 Mar 2006 13:44:34 +0000 (13:44 +0000)
packages/sofia-sip/.mtn2git_empty [new file with mode: 0644]
packages/sofia-sip/sofia-sip_1.11.7.bb [new file with mode: 0644]

diff --git a/packages/sofia-sip/.mtn2git_empty b/packages/sofia-sip/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
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 (file)
index 0000000..c9afd0d
--- /dev/null
@@ -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 <koen@dominion.kabel.utwente.nl>"
+LICENSE = "LGPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
+
+inherit autotools pkgconfig
+do_stage() {
+autotools_stage_all
+}
+
+