1
0
forked from ports/contrib

ccrtp: initial commit

This commit is contained in:
Alan Mizrahi 2006-11-06 11:17:46 -04:00
parent b1d647bf8f
commit b336f167c2
3 changed files with 44 additions and 0 deletions

25
ccrtp/.footprint Normal file
View File

@ -0,0 +1,25 @@
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/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.4.so.0 -> libccrtp1-1.4.so.0.0.1
-rwxr-xr-x root/root usr/lib/libccrtp1-1.4.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.4.so.0.0.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libccrtp1.pc

1
ccrtp/.md5sum Normal file
View File

@ -0,0 +1 @@
019754d20b46b1b23f3bc368aa58d662 ccrtp-1.5.0.tar.gz

18
ccrtp/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# $Id: $
# 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.5.0
release=1
source=(http://dl.sourceforge.net/sourceforge/gnutelephony/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
}