# Description: Library for SRTP (Secure Realtime Transport Protocol) # URL: https://github.com/cisco/libsrtp # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io name=libsrtp version=1.5.4 release=1 source=(https://github.com/cisco/$name/archive/v$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --disable-debug make make DESTDIR=$PKG install }