opt/libsrtp/Pkgfile

19 lines
388 B
Plaintext
Raw Normal View History

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