2006-11-06 11:17:46 -04:00
|
|
|
# Description: RTP protocol stack
|
2008-02-23 23:45:39 -04:30
|
|
|
# URL: http://www.gnu.org/software/ccrtp/
|
2006-11-06 11:17:46 -04:00
|
|
|
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
|
|
|
# Depends on: commoncpp2
|
|
|
|
|
|
|
|
name=ccrtp
|
2009-06-02 20:06:43 +09:00
|
|
|
version=1.7.1
|
2006-11-06 11:17:46 -04:00
|
|
|
release=1
|
2007-08-15 18:16:12 -04:00
|
|
|
source=(http://ftp.gnu.org/pub/gnu/ccrtp/ccrtp-$version.tar.gz)
|
2006-11-06 11:17:46 -04:00
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2008-02-23 23:45:39 -04:30
|
|
|
rm -rf $PKG/usr/share
|
2006-11-06 11:17:46 -04:00
|
|
|
}
|