forked from ports/contrib
ccrtp: initial commit
This commit is contained in:
parent
b1d647bf8f
commit
b336f167c2
25
ccrtp/.footprint
Normal file
25
ccrtp/.footprint
Normal 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
1
ccrtp/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
019754d20b46b1b23f3bc368aa58d662 ccrtp-1.5.0.tar.gz
|
18
ccrtp/Pkgfile
Normal file
18
ccrtp/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user