milis/talimatname/genel/libsrtp/talimat

20 lines
506 B
Plaintext
Raw Normal View History

2017-07-25 01:25:48 +02:00
# Description: Güvenli gerçek zamanlı taşıyıcı protokolü
2017-04-18 01:44:51 +02:00
# URL: https://github.com/cisco/libsrtp
2017-04-18 02:03:45 +02:00
# Packager: milisarge
2017-04-18 01:44:51 +02:00
# Depends on:
name=libsrtp
2017-07-25 01:25:48 +02:00
version=1.5.4
2017-04-18 01:44:51 +02:00
release=1
2017-07-26 01:53:37 +02:00
source=(https://github.com/cisco/libsrtp/archive/v$version.tar.gz::$name-$version.tar.gz)
2017-04-18 01:44:51 +02:00
build() {
cd $name-$version
autoreconf -fvi
2017-07-25 01:25:48 +02:00
./configure --prefix=/usr
#./configure --prefix=/usr
make libsrtp.a shared_library
2017-04-18 01:44:51 +02:00
make DESTDIR="$PKG" install
install -Dm0644 LICENSE "${PKG}"/usr/share/licenses/${name}/LICENSE
}