summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2006-03-22 14:45:40 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-22 14:45:40 +0000
commit3a707a2397026f2f9fdc6b4827b660982bb64440 (patch)
tree31bde1ea1275ba2d02c0d666b17bc04eeaf620f8
parent11a786b053799741b51db67148ab36246e1605e1 (diff)
ortp, tapioca: new packages.
-rw-r--r--packages/ortp/.mtn2git_empty0
-rw-r--r--packages/ortp/ortp_0.7.1.bb13
-rw-r--r--packages/tapioca/.mtn2git_empty0
-rw-r--r--packages/tapioca/tapioca_0.3.0.bb9
4 files changed, 22 insertions, 0 deletions
diff --git a/packages/ortp/.mtn2git_empty b/packages/ortp/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/ortp/.mtn2git_empty
diff --git a/packages/ortp/ortp_0.7.1.bb b/packages/ortp/ortp_0.7.1.bb
new file mode 100644
index 0000000000..40bcfc7d0b
--- /dev/null
+++ b/packages/ortp/ortp_0.7.1.bb
@@ -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
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/tapioca/.mtn2git_empty
diff --git a/packages/tapioca/tapioca_0.3.0.bb b/packages/tapioca/tapioca_0.3.0.bb
new file mode 100644
index 0000000000..466cf8fd6d
--- /dev/null
+++ b/packages/tapioca/tapioca_0.3.0.bb
@@ -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"