contrib/ccrtp/Pkgfile

18 lines
394 B
Plaintext
Raw Normal View History

2006-11-06 16:17:46 +01:00
# 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
}