libsrtp: initial commit, version 1.4.4
This commit is contained in:
parent
ecd6d66487
commit
3389e6672f
42
libsrtp/.footprint
Normal file
42
libsrtp/.footprint
Normal file
@ -0,0 +1,42 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
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_icm.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
|
||||
-rw-r--r-- root/root usr/include/srtp/config.h
|
||||
-rw-r--r-- root/root usr/include/srtp/crypto.h
|
||||
-rw-r--r-- root/root usr/include/srtp/crypto_kernel.h
|
||||
-rw-r--r-- root/root usr/include/srtp/crypto_math.h
|
||||
-rw-r--r-- root/root usr/include/srtp/crypto_types.h
|
||||
-rw-r--r-- root/root usr/include/srtp/cryptoalg.h
|
||||
-rw-r--r-- root/root usr/include/srtp/datatypes.h
|
||||
-rw-r--r-- root/root usr/include/srtp/ekt.h
|
||||
-rw-r--r-- root/root usr/include/srtp/err.h
|
||||
-rw-r--r-- root/root usr/include/srtp/getopt_s.h
|
||||
-rw-r--r-- root/root usr/include/srtp/gf2_8.h
|
||||
-rw-r--r-- root/root usr/include/srtp/hmac.h
|
||||
-rw-r--r-- root/root usr/include/srtp/integers.h
|
||||
-rw-r--r-- root/root usr/include/srtp/kernel_compat.h
|
||||
-rw-r--r-- root/root usr/include/srtp/key.h
|
||||
-rw-r--r-- root/root usr/include/srtp/null_auth.h
|
||||
-rw-r--r-- root/root usr/include/srtp/null_cipher.h
|
||||
-rw-r--r-- root/root usr/include/srtp/prng.h
|
||||
-rw-r--r-- root/root usr/include/srtp/rand_source.h
|
||||
-rw-r--r-- root/root usr/include/srtp/rdb.h
|
||||
-rw-r--r-- root/root usr/include/srtp/rdbx.h
|
||||
-rw-r--r-- root/root usr/include/srtp/rtp.h
|
||||
-rw-r--r-- root/root usr/include/srtp/rtp_priv.h
|
||||
-rw-r--r-- root/root usr/include/srtp/sha1.h
|
||||
-rw-r--r-- root/root usr/include/srtp/srtp.h
|
||||
-rw-r--r-- root/root usr/include/srtp/srtp_priv.h
|
||||
-rw-r--r-- root/root usr/include/srtp/stat.h
|
||||
-rw-r--r-- root/root usr/include/srtp/ut_sim.h
|
||||
-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.4.5
|
||||
-rwxr-xr-x root/root usr/lib/libsrtp.so.1.4.5
|
1
libsrtp/.md5sum
Normal file
1
libsrtp/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
223717d345774680f0e5b4ef1644efb7 srtp-1.4.4-git20140715.tar.xz
|
20
libsrtp/Pkgfile
Normal file
20
libsrtp/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: Secure Realtime transport protocol library
|
||||
# URL: http://srtp.sourceforge.net/srtp.html
|
||||
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
||||
# Depends on:
|
||||
|
||||
name=libsrtp
|
||||
version=1.4.4-git20140715
|
||||
release=1
|
||||
source=(http://www.mizrahi.com.ve/crux/dist/srtp-$version.tar.xz)
|
||||
#source=(http://prdownloads.sf.net/srtp/srtp-$version.tgz)
|
||||
|
||||
build() {
|
||||
cd srtp
|
||||
autoconf
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-debug
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user