ccrtp: Removed

This commit is contained in:
Alan Mizrahi 2013-09-29 18:11:02 +09:00
parent 8b12650342
commit eed19baaba
3 changed files with 0 additions and 44 deletions

View File

@ -1,26 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/ccrtp/
-rw-r--r-- root/root usr/include/ccrtp/CryptoContext.h
-rw-r--r-- root/root usr/include/ccrtp/base.h
-rw-r--r-- root/root usr/include/ccrtp/channel.h
-rw-r--r-- root/root usr/include/ccrtp/cqueue.h
-rw-r--r-- root/root usr/include/ccrtp/ext.h
-rw-r--r-- root/root usr/include/ccrtp/formats.h
-rw-r--r-- root/root usr/include/ccrtp/ioqueue.h
-rw-r--r-- root/root usr/include/ccrtp/iqueue.h
-rw-r--r-- root/root usr/include/ccrtp/oqueue.h
-rw-r--r-- root/root usr/include/ccrtp/pool.h
-rw-r--r-- root/root usr/include/ccrtp/queuebase.h
-rw-r--r-- root/root usr/include/ccrtp/rtcppkt.h
-rw-r--r-- root/root usr/include/ccrtp/rtp.h
-rw-r--r-- root/root usr/include/ccrtp/rtppkt.h
-rw-r--r-- root/root usr/include/ccrtp/sources.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libccrtp1-1.7.so.0 -> libccrtp1-1.7.so.0.0.1
-rwxr-xr-x root/root usr/lib/libccrtp1-1.7.so.0.0.1
-rw-r--r-- root/root usr/lib/libccrtp1.a
-rwxr-xr-x root/root usr/lib/libccrtp1.la
lrwxrwxrwx root/root usr/lib/libccrtp1.so -> libccrtp1-1.7.so.0.0.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libccrtp1.pc

View File

@ -1 +0,0 @@
9f5d34a18f2c1c779d2e5818cc4987f8 ccrtp-1.7.1.tar.gz

View File

@ -1,17 +0,0 @@
# Description: RTP protocol stack
# URL: http://www.gnu.org/software/ccrtp/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: commoncpp2
name=ccrtp
version=1.7.1
release=1
source=(http://ftp.gnu.org/pub/gnu/ccrtp/ccrtp-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}