commit e61036f84a8d3e965e8a777df42f13e90b708573 Author: Danny Rawlins <monster.romster@gmail.com> Date: Wed Aug 7 19:45:25 2019 +1000 libsrtp: opt -> contrib diff --git a/libsrtp/.footprint b/libsrtp/.footprint new file mode 100644 index 00000000..026576d0 --- /dev/null +++ b/libsrtp/.footprint @@ -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 diff --git a/libsrtp/.signature b/libsrtp/.signature new file mode 100644 index 00000000..633b002c --- /dev/null +++ b/libsrtp/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt.pub +RWSE3ohX2g5d/Xhx0W8uyorQtDnRqjE7hTOOh25OVIZuO7wxuD0Ecwyp4SIr3Hrnbr3A2ahSMOUBg90S8VFOTjW8yayCooBshwE= +SHA256 (Pkgfile) = 93e504550028bf5b3b7db33529e90ff8b7331528c85c224dd3f650ef61ee30c7 +SHA256 (.footprint) = fabc707f1116030242e30b486c63df519ada5d4b12231e1fb04e6d100f269f45 +SHA256 (srtp-git20150922.tar.gz) = a5c2c9329e9869b5c19c0f827a60068376161605931c1a99093b1fecf3846405 diff --git a/libsrtp/Pkgfile b/libsrtp/Pkgfile new file mode 100644 index 00000000..ccc188c2 --- /dev/null +++ b/libsrtp/Pkgfile @@ -0,0 +1,18 @@ +# Description: Secure Realtime transport protocol library +# URL: git://git.linphone.org/srtp.git +# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve +# Depends on: + +name=libsrtp +version=git20150922 +release=1 +source=(http://www.mizrahi.com.ve/crux/dist/srtp-$version.tar.gz) + +build() { + cd srtp + ./configure \ + --prefix=/usr \ + --disable-debug + make + make DESTDIR=$PKG install +}