summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorTreeve Jelbert2017-03-21 13:18:07 +0100
committerTreeve Jelbert2017-03-21 13:18:07 +0100
commitdc64ccb054db11961b24c9526747394a8fba4a6f (patch)
treecfc160f33986ac2d183e9616d2a76211fb05944e /telephony
parent85c37495a682123574cce728598a4ac8e30217e0 (diff)
libsrtp2-2.0.0
Diffstat (limited to 'telephony')
-rw-r--r--telephony/libsrtp2/DEPENDS4
-rwxr-xr-xtelephony/libsrtp2/DETAILS16
-rw-r--r--telephony/libsrtp2/HISTORY5
3 files changed, 25 insertions, 0 deletions
diff --git a/telephony/libsrtp2/DEPENDS b/telephony/libsrtp2/DEPENDS
new file mode 100644
index 0000000000..fb1786288c
--- /dev/null
+++ b/telephony/libsrtp2/DEPENDS
@@ -0,0 +1,4 @@
+depends zlib &&
+depends libpcap &&
+optional_depends SSL '--enable-openssl' '' 'crypto support' &&
+optional_depends syslog-ng '--enable-syslog' '' 'log to syslog'
diff --git a/telephony/libsrtp2/DETAILS b/telephony/libsrtp2/DETAILS
new file mode 100755
index 0000000000..337e4b7bfb
--- /dev/null
+++ b/telephony/libsrtp2/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libsrtp2
+ SPELLX=libsrtp
+ VERSION=2.0.0
+ SOURCE_HASH=sha512:61bba9aba9bb3e888c2bbc150411d0b3d583ed71ca455c5a3d4d6d06ecd383fdd61f86ad1979fb9c04da1b824e3fb9bb63f0d97e50b4a469d56907fb9dbc42d6
+ SOURCE="$SPELLX-${VERSION}.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELLX-$VERSION"
+ WEB_SITE=https://github.com/cisco/libsrtp
+ SOURCE_URL[0]=$WEB_SITE/archive/v$VERSION.tar.gz
+ LICENSE[0]=BSD
+ ENTERED=20170321
+ SHORT="open-source implementation of the Secure Real-time Transport Protocol (SRTP)"
+cat << EOF
+The libSRTP library is an open-source implementation of the Secure Real-time
+Transport Protocol (SRTP) originally authored by Cisco Systems, Inc. It is
+available under a BSD-style license.
+EOF
diff --git a/telephony/libsrtp2/HISTORY b/telephony/libsrtp2/HISTORY
new file mode 100644
index 0000000000..f0d1f7a189
--- /dev/null
+++ b/telephony/libsrtp2/HISTORY
@@ -0,0 +1,5 @@
+2017-03-21 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2.0.0
+ now at github
+ * DEPENDS: added
+ spell created