diff options
Diffstat (limited to 'base/ortp')
-rw-r--r-- | base/ortp/.footprint.i686 | 26 | ||||
-rw-r--r-- | base/ortp/.footprint.x86_64 | 26 | ||||
-rw-r--r-- | base/ortp/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/ortp/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/ortp/Pkgfile | 20 |
5 files changed, 0 insertions, 74 deletions
diff --git a/base/ortp/.footprint.i686 b/base/ortp/.footprint.i686 deleted file mode 100644 index 9108af933..000000000 --- a/base/ortp/.footprint.i686 +++ /dev/null @@ -1,26 +0,0 @@ -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/base/ortp/.footprint.x86_64 b/base/ortp/.footprint.x86_64 deleted file mode 100644 index 9108af933..000000000 --- a/base/ortp/.footprint.x86_64 +++ /dev/null @@ -1,26 +0,0 @@ -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/base/ortp/.md5sum.i686 b/base/ortp/.md5sum.i686 deleted file mode 100644 index 521654d88..000000000 --- a/base/ortp/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -0f0f7acf7e62c0f5ade44f2915458a99 ortp-0.16.4.tar.gz diff --git a/base/ortp/.md5sum.x86_64 b/base/ortp/.md5sum.x86_64 deleted file mode 100644 index 521654d88..000000000 --- a/base/ortp/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -0f0f7acf7e62c0f5ade44f2915458a99 ortp-0.16.4.tar.gz diff --git a/base/ortp/Pkgfile b/base/ortp/Pkgfile deleted file mode 100644 index 6dae6b5cb..000000000 --- a/base/ortp/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# 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 - -name=ortp -version=0.16.4 -release=1 -source=(http://download.savannah.gnu.org/releases/linphone/ortp/sources/$name-$version.tar.gz) - -build () { - - cd $name-$version - - CFLAGS="-w" ./configure --prefix=/usr - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/share -} - |