milis/talimatname/genel/l/libsrtp/talimat

20 lines
489 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.

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