milis/talimatname/genel/libsrtp/talimat

20 lines
506 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Güvenli gerçek zamanlı taşıyıcı protokolü
# URL: https://github.com/cisco/libsrtp
# Packager: milisarge
# Depends on:
name=libsrtp
version=1.5.4
release=1
source=(https://github.com/cisco/libsrtp/archive/v$version.tar.gz::$name-$version.tar.gz)
build() {
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
}