contrib/ccrtp/Pkgfile

18 lines
376 B
Plaintext
Raw Normal View History

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