summaryrefslogtreecommitdiff
path: root/packages/ortp/ortp_0.7.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ortp/ortp_0.7.1.bb')
-rw-r--r--packages/ortp/ortp_0.7.1.bb13
1 files changed, 13 insertions, 0 deletions
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
+}