From 18a38d0d51fb2a57ac8d3374d9b227ce581b8cea Mon Sep 17 00:00:00 2001 From: milisarge Date: Tue, 18 Apr 2017 02:44:51 +0300 Subject: [PATCH] libsrtp.paketlendi --- talimatname/genel/libsrtp/talimat | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 talimatname/genel/libsrtp/talimat diff --git a/talimatname/genel/libsrtp/talimat b/talimatname/genel/libsrtp/talimat new file mode 100644 index 000000000..cdb37e30a --- /dev/null +++ b/talimatname/genel/libsrtp/talimat @@ -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 +}