contrib/libzrtpcpp/Pkgfile

17 lines
369 B
Plaintext
Raw Normal View History

2006-11-06 16:17:47 +01:00
# Description: Secure RTP library
# URL: http://wiki.gnutelephony.org/index.php/Secure_Call
2006-11-06 16:17:47 +01:00
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: ccrtp
name=libzrtpcpp
version=1.4.3
2006-11-06 16:17:47 +01:00
release=1
source=(http://ftp.gnu.org/pub/gnu/ccrtp/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}