diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/ortp/.footprint | 26 | ||||
-rw-r--r-- | extra/ortp/.md5sum | 1 | ||||
-rw-r--r-- | extra/ortp/Pkgfile | 18 |
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 +} |