summaryrefslogtreecommitdiffstats
path: root/extra/ortp
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:23:51 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:23:51 +0200
commitd83ee097612fabe8e3fea41f5b9d3256e20ab115 (patch)
tree6edf605f6de3f1b2a21e2cc8f0cdbed553b4256f /extra/ortp
parentf9b187a2360d5dd3d6d6ab299d01bd241344348c (diff)
downloadnutyx-extra-d83ee097612fabe8e3fea41f5b9d3256e20ab115.tar.gz
nutyx-extra-d83ee097612fabe8e3fea41f5b9d3256e20ab115.tar.bz2
nutyx-extra-d83ee097612fabe8e3fea41f5b9d3256e20ab115.tar.xz
nutyx-extra-d83ee097612fabe8e3fea41f5b9d3256e20ab115.zip
Ajout de ortp#0.15.0-1
Diffstat (limited to 'extra/ortp')
-rw-r--r--extra/ortp/.footprint26
-rw-r--r--extra/ortp/.md5sum1
-rw-r--r--extra/ortp/Pkgfile18
3 files changed, 45 insertions, 0 deletions
diff --git a/extra/ortp/.footprint b/extra/ortp/.footprint
new file mode 100644
index 000000000..9108af933
--- /dev/null
+++ b/extra/ortp/.footprint
@@ -0,0 +1,26 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/ortp/
+-rw-r--r-- root/root usr/include/ortp/b64.h
+-rw-r--r-- root/root usr/include/ortp/event.h
+-rw-r--r-- root/root usr/include/ortp/ortp.h
+-rw-r--r-- root/root usr/include/ortp/payloadtype.h
+-rw-r--r-- root/root usr/include/ortp/port.h
+-rw-r--r-- root/root usr/include/ortp/rtcp.h
+-rw-r--r-- root/root usr/include/ortp/rtp.h
+-rw-r--r-- root/root usr/include/ortp/rtpsession.h
+-rw-r--r-- root/root usr/include/ortp/rtpsignaltable.h
+-rw-r--r-- root/root usr/include/ortp/sessionset.h
+-rw-r--r-- root/root usr/include/ortp/srtp.h
+-rw-r--r-- root/root usr/include/ortp/str_utils.h
+-rw-r--r-- root/root usr/include/ortp/stun.h
+-rw-r--r-- root/root usr/include/ortp/stun_udp.h
+-rw-r--r-- root/root usr/include/ortp/telephonyevents.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libortp.a
+-rwxr-xr-x root/root usr/lib/libortp.la
+lrwxrwxrwx root/root usr/lib/libortp.so -> libortp.so.8.0.0
+lrwxrwxrwx root/root usr/lib/libortp.so.8 -> libortp.so.8.0.0
+-rwxr-xr-x root/root usr/lib/libortp.so.8.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/ortp.pc
diff --git a/extra/ortp/.md5sum b/extra/ortp/.md5sum
new file mode 100644
index 000000000..d891bd3d6
--- /dev/null
+++ b/extra/ortp/.md5sum
@@ -0,0 +1 @@
+caa6bebf049629cdc05ef34b9d4ee5e1 ortp-0.15.0.tar.gz
diff --git a/extra/ortp/Pkgfile b/extra/ortp/Pkgfile
new file mode 100644
index 000000000..a594ea421
--- /dev/null
+++ b/extra/ortp/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Protocol de transport en temps réel (SIP)
+# URL: http://www.linphone.org/index.php/eng/code_review/ortp
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on :
+
+name=ortp
+version=0.15.0
+release=1
+source=(http://download.savannah.gnu.org/releases/linphone/ortp/sources/$name-$version.tar.gz)
+
+build () {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share
+}