summaryrefslogtreecommitdiff
path: root/libsrtp/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libsrtp/Pkgfile')
-rw-r--r--libsrtp/Pkgfile24
1 files changed, 12 insertions, 12 deletions
diff --git a/libsrtp/Pkgfile b/libsrtp/Pkgfile
index ccc188c2b..0465720d4 100644
--- a/libsrtp/Pkgfile
+++ b/libsrtp/Pkgfile
@@ -1,18 +1,18 @@
-# Description: Secure Realtime transport protocol library
-# URL: git://git.linphone.org/srtp.git
-# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
-# Depends on:
+# Description: Secure Realtime transport protocol library
+# URL: https://github.com/cisco/libsrtp
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
name=libsrtp
-version=git20150922
+version=2.2.0
release=1
-source=(http://www.mizrahi.com.ve/crux/dist/srtp-$version.tar.gz)
+source=(https://github.com/cisco/libsrtp/archive/v$version/$name-$version.tar.gz)
build() {
- cd srtp
- ./configure \
- --prefix=/usr \
- --disable-debug
- make
- make DESTDIR=$PKG install
+ cd $name-$version
+ ./configure \
+ --prefix=/usr \
+ --disable-debug
+ make
+ make DESTDIR=$PKG install
}

Generated by cgit