ortp, tapioca: new packages.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 22 Mar 2006 14:45:40 +0000 (14:45 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 22 Mar 2006 14:45:40 +0000 (14:45 +0000)
packages/ortp/.mtn2git_empty [new file with mode: 0644]
packages/ortp/ortp_0.7.1.bb [new file with mode: 0644]
packages/tapioca/.mtn2git_empty [new file with mode: 0644]
packages/tapioca/tapioca_0.3.0.bb [new file with mode: 0644]

diff --git a/packages/ortp/.mtn2git_empty b/packages/ortp/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/ortp/ortp_0.7.1.bb b/packages/ortp/ortp_0.7.1.bb
new file mode 100644 (file)
index 0000000..40bcfc7
--- /dev/null
@@ -0,0 +1,13 @@
+PR = "r0"
+MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>
+LICENSE = "LGPL"
+DEPENDS = "glibc "
+DESCRIPTION = "An LGPL implementation of RTP - RFC3550"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://www.linphone.org/${PN}/sources/${P}.tar.gz"
+
+do_stage () {
+       autotools_stage_all
+}
diff --git a/packages/tapioca/.mtn2git_empty b/packages/tapioca/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/tapioca/tapioca_0.3.0.bb b/packages/tapioca/tapioca_0.3.0.bb
new file mode 100644 (file)
index 0000000..466cf8f
--- /dev/null
@@ -0,0 +1,9 @@
+PR = "r0"
+MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>
+HOMEPAGE = "http://tapioca-voip.sourceforge.net/wiki/index.php/Tapioca"
+LICENSE = "LGPL"
+DEPENDS = "glib dbus"
+
+inherit autotools pkgconfig
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/tapioca-voip/${P}.tar.gz"