# Description: implementation of RTP, the real-time transport protocol # URL: https://www.gnu.org/software/ccrtp/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: ucommon libgcrypt name=ccrtp version=2.1.2 release=1 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install rm -r $PKG/usr/share }