libsrtp: switched to linephone's fork
This commit is contained in:
parent
5761262837
commit
a9e9b20b26
@ -1,12 +1,9 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/srtp/
|
||||
-rw-r--r-- root/root usr/include/srtp/aes.h
|
||||
-rw-r--r-- root/root usr/include/srtp/aes_cbc.h
|
||||
-rw-r--r-- root/root usr/include/srtp/aes_gcm_ossl.h
|
||||
-rw-r--r-- root/root usr/include/srtp/aes_icm.h
|
||||
-rw-r--r-- root/root usr/include/srtp/aes_icm_ossl.h
|
||||
-rw-r--r-- root/root usr/include/srtp/alloc.h
|
||||
-rw-r--r-- root/root usr/include/srtp/auth.h
|
||||
-rw-r--r-- root/root usr/include/srtp/cipher.h
|
||||
@ -41,7 +38,5 @@ drwxr-xr-x root/root usr/include/srtp/
|
||||
-rw-r--r-- root/root usr/include/srtp/xfm.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libsrtp.a
|
||||
lrwxrwxrwx root/root usr/lib/libsrtp.so -> libsrtp.so.1
|
||||
-rwxr-xr-x root/root usr/lib/libsrtp.so.1
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libsrtp.pc
|
||||
lrwxrwxrwx root/root usr/lib/libsrtp.so -> libsrtp.so.1.4.5
|
||||
-rwxr-xr-x root/root usr/lib/libsrtp.so.1.4.5
|
||||
|
@ -1 +1 @@
|
||||
2309aa6027992810a4285b042c71e644 v1.5.2.tar.gz
|
||||
bcfe497db126a56851c677fe1b55c6de srtp-git20150922.tar.gz
|
||||
|
@ -1,22 +1,18 @@
|
||||
# Description: Secure Realtime transport protocol library
|
||||
# URL: http://srtp.sourceforge.net/srtp.html
|
||||
# URL: git://git.linphone.org/srtp.git
|
||||
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
||||
# Depends on:
|
||||
|
||||
name=libsrtp
|
||||
version=1.5.2
|
||||
version=git20150922
|
||||
release=1
|
||||
source=(https://github.com/cisco/$name/archive/v$version.tar.gz)
|
||||
source=(http://www.mizrahi.com.ve/crux/dist/srtp-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd srtp
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-debug
|
||||
make shared_library libsrtp.a
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
# make syumbolic link
|
||||
rm $PKG/usr/lib/libsrtp.so
|
||||
ln -s libsrtp.so.1 $PKG/usr/lib/libsrtp.so
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user