20 lines
489 B
Plaintext
20 lines
489 B
Plaintext
# 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
|
||
}
|