aboutsummaryrefslogtreecommitdiff
path: root/extra/gnutls
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-23 20:25:27 +0300
committerCem Keylan <cem@ckyln.com>2021-03-23 20:25:27 +0300
commit15c3293ac45c25cedf4270ed2b6552be678d9223 (patch)
tree465d9c22c9b518c352bba8629ea594b6342d3d9b /extra/gnutls
parentc72106d09fe4ccf6f33c41ed55e97792312082a6 (diff)
downloadrepository-15c3293ac45c25cedf4270ed2b6552be678d9223.tar.gz
gnutls: move to extra
Diffstat (limited to 'extra/gnutls')
-rwxr-xr-xextra/gnutls/build12
-rw-r--r--extra/gnutls/checksums1
-rw-r--r--extra/gnutls/depends2
-rw-r--r--extra/gnutls/sources1
-rw-r--r--extra/gnutls/version1
5 files changed, 17 insertions, 0 deletions
diff --git a/extra/gnutls/build b/extra/gnutls/build
new file mode 100755
index 00000000..4958284a
--- /dev/null
+++ b/extra/gnutls/build
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-nls \
+ --with-nettle-mini \
+ --with-included-libtasn1 \
+ --with-included-unistring \
+ --enable-static
+
+make
+make DESTDIR="$1" install
diff --git a/extra/gnutls/checksums b/extra/gnutls/checksums
new file mode 100644
index 00000000..4cf6c73e
--- /dev/null
+++ b/extra/gnutls/checksums
@@ -0,0 +1 @@
+0ea8c3283de8d8335d7ae338ef27c53a916f15f382753b174c18b45ffd481558 gnutls-3.6.15.tar.xz
diff --git a/extra/gnutls/depends b/extra/gnutls/depends
new file mode 100644
index 00000000..9dafebcb
--- /dev/null
+++ b/extra/gnutls/depends
@@ -0,0 +1,2 @@
+nettle
+p11-kit
diff --git a/extra/gnutls/sources b/extra/gnutls/sources
new file mode 100644
index 00000000..b21d9cdf
--- /dev/null
+++ b/extra/gnutls/sources
@@ -0,0 +1 @@
+https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.15.tar.xz
diff --git a/extra/gnutls/version b/extra/gnutls/version
new file mode 100644
index 00000000..50c5c4bb
--- /dev/null
+++ b/extra/gnutls/version
@@ -0,0 +1 @@
+3.6.15 2