package: add ortp
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 3 Jun 2012 19:20:45 +0000 (21:20 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 3 Jun 2012 19:20:45 +0000 (21:20 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Config.in
package/ortp/Config.in [new file with mode: 0644]
package/ortp/ortp.mk [new file with mode: 0644]

index ca8fc962d4dd7d38f1ce5552a5735bfdc6bbdf77..3e97ae536d4baebc4f6aaf75f5e1d4cef7df6ecc 100644 (file)
@@ -418,6 +418,7 @@ source "package/libsoup/Config.in"
 source "package/libtorrent/Config.in"
 source "package/libupnp/Config.in"
 source "package/libvncserver/Config.in"
+source "package/ortp/Config.in"
 source "package/zeromq/Config.in"
 endmenu
 
diff --git a/package/ortp/Config.in b/package/ortp/Config.in
new file mode 100644 (file)
index 0000000..39d9c9a
--- /dev/null
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_ORTP
+       bool "oRTP"
+       help
+         oRTP, a Real-time Transport Protocol (RTP,RFC3550) library
+
+         http://www.linphone.org/eng/documentation/dev/ortp.html
diff --git a/package/ortp/ortp.mk b/package/ortp/ortp.mk
new file mode 100644 (file)
index 0000000..f47af8a
--- /dev/null
@@ -0,0 +1,5 @@
+ORTP_VERSION = 0.20.0
+ORTP_SITE = http://download.savannah.nongnu.org/releases/linphone/ortp/sources
+ORTP_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS))