libsrtp.paketlendi
This commit is contained in:
parent
d88a6cd2d9
commit
18a38d0d51
1 changed files with 18 additions and 0 deletions
18
talimatname/genel/libsrtp/talimat
Normal file
18
talimatname/genel/libsrtp/talimat
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
||||
}
|
Loading…
Add table
Reference in a new issue