summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"