contrib/ccrtp/Pkgfile
2009-06-02 20:06:43 +09:00

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