milis/talimatname/genel/l/libsrtp/talimat

21 lines
530 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: SRTP için Kütüphane (Güvenli Gerçek Zamanlı Taşıma Protokolü)
# URL: https://github.com/cisco/libsrtp
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
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
}