milis/talimatname/genel/l/libsrtp/talimat

21 lines
530 B
Plaintext
Raw Normal View History

2018-08-08 14:18:27 +02:00
# Tanım: SRTP için Kütüphane (Güvenli Gerçek Zamanlı Taşıma Protokolü)
2018-06-09 00:06:58 +02:00
# URL: https://github.com/cisco/libsrtp
2018-08-08 14:18:27 +02:00
# Paketçi: milisarge
2018-06-09 00:06:58 +02:00
# Gerekler:
2018-08-08 14:18:27 +02:00
# Grup: kütüphane
2018-06-09 00:06:58 +02:00
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
}