opt/libsrtp/Pkgfile

19 lines
388 B
Plaintext
Raw Normal View History

2015-08-05 15:30:27 +09:00
# Description: Secure Realtime transport protocol library
2015-12-17 16:20:29 +09:00
# URL: git://git.linphone.org/srtp.git
2015-08-05 15:30:27 +09:00
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on:
name=libsrtp
2015-12-17 16:20:29 +09:00
version=git20150922
2015-08-05 15:30:27 +09:00
release=1
2015-12-17 16:20:29 +09:00
source=(http://www.mizrahi.com.ve/crux/dist/srtp-$version.tar.gz)
2015-08-05 15:30:27 +09:00
build() {
2015-12-17 16:20:29 +09:00
cd srtp
2015-08-05 15:30:27 +09:00
./configure \
--prefix=/usr \
--disable-debug
2015-12-17 16:20:29 +09:00
make
2015-08-05 15:30:27 +09:00
make DESTDIR=$PKG install
}