contrib/libsrtp/Pkgfile

19 lines
408 B
Plaintext
Raw Normal View History

2019-08-07 12:18:00 +02:00
# Description: Secure Realtime transport protocol library
# URL: https://github.com/cisco/libsrtp
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
2019-08-07 11:45:25 +02:00
name=libsrtp
2019-12-25 19:24:56 +01:00
version=2.3.0
2019-08-07 11:45:25 +02:00
release=1
2019-08-07 12:18:00 +02:00
source=(https://github.com/cisco/libsrtp/archive/v$version/$name-$version.tar.gz)
2019-08-07 11:45:25 +02:00
build() {
2019-08-07 12:18:00 +02:00
cd $name-$version
./configure \
--prefix=/usr \
--disable-debug
make
make DESTDIR=$PKG install
2019-08-07 11:45:25 +02:00
}