contrib/ccrtp/Pkgfile
2008-02-23 23:45:39 -04:30

18 lines
376 B
Plaintext

# 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.6.0
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
}