milis/talimatname/genel/libsrtp/talimat

19 lines
441 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çekzamanlı taşıyıcı protokolü
# URL: https://github.com/cisco/libsrtp
# Packager: milisarge
# Depends on:
name=libsrtp
version=2.0.0
release=1
source=(https://github.com/cisco/$name/archive/v$version.tar.gz)
build() {
cd $name-$version
autoreconf -fvi
./configure --prefix=/usr --enable-openssl
make
make DESTDIR="$PKG" install
install -Dm0644 LICENSE "${PKG}"/usr/share/licenses/${name}/LICENSE
}