# Tanım: Güvenli gerçek zamanlı taşıyıcı protokolü # URL: https://github.com/cisco/libsrtp # Paketçi: milisarge # Gerekler: name=libsrtp version=1.5.4 release=1 source=(https://github.com/cisco/libsrtp/archive/v$version.tar.gz::$name-$version.tar.gz) derle() { cd $name-$version autoreconf -fvi ./configure --prefix=/usr #./configure --prefix=/usr make libsrtp.a shared_library make DESTDIR="$PKG" install install -Dm0644 LICENSE "${PKG}"/usr/share/licenses/${name}/LICENSE }