aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-25 16:59:34 +0300
committerCem Keylan <cem@ckyln.com>2020-06-25 16:59:34 +0300
commitdf5f49797a8ee490f9bedeb18fd1e8a09207225a (patch)
tree9e265132a3b041908fbb6e218a109480a6dd4c7e /community
parent3634f289af1474df0288e302b2d2aa4a3c518f35 (diff)
downloadrepository-df5f49797a8ee490f9bedeb18fd1e8a09207225a.tar.gz
gnutls: add new package at 3.6.14
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/gnutls/build13
-rw-r--r--community/gnutls/checksums1
-rw-r--r--community/gnutls/depends1
-rw-r--r--community/gnutls/sources1
-rw-r--r--community/gnutls/version1
5 files changed, 17 insertions, 0 deletions
diff --git a/community/gnutls/build b/community/gnutls/build
new file mode 100755
index 00000000..52f527ae
--- /dev/null
+++ b/community/gnutls/build
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-nls \
+ --with-nettle-mini \
+ --with-included-libtasn1 \
+ --with-included-unistring \
+ --enable-static \
+ --without-p11-kit
+
+make
+make DESTDIR="$1" install
diff --git a/community/gnutls/checksums b/community/gnutls/checksums
new file mode 100644
index 00000000..1c277cc5
--- /dev/null
+++ b/community/gnutls/checksums
@@ -0,0 +1 @@
+5630751adec7025b8ef955af4d141d00d252a985769f51b4059e5affa3d39d63 gnutls-3.6.14.tar.xz
diff --git a/community/gnutls/depends b/community/gnutls/depends
new file mode 100644
index 00000000..b34e98fd
--- /dev/null
+++ b/community/gnutls/depends
@@ -0,0 +1 @@
+nettle
diff --git a/community/gnutls/sources b/community/gnutls/sources
new file mode 100644
index 00000000..83d82441
--- /dev/null
+++ b/community/gnutls/sources
@@ -0,0 +1 @@
+https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.14.tar.xz
diff --git a/community/gnutls/version b/community/gnutls/version
new file mode 100644
index 00000000..2211c21e
--- /dev/null
+++ b/community/gnutls/version
@@ -0,0 +1 @@
+3.6.14 1