aboutsummaryrefslogtreecommitdiff
path: root/community/gnutls/build
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/gnutls/build
parent3634f289af1474df0288e302b2d2aa4a3c518f35 (diff)
downloadrepository-df5f49797a8ee490f9bedeb18fd1e8a09207225a.tar.gz
gnutls: add new package at 3.6.14
Diffstat (limited to 'community/gnutls/build')
-rwxr-xr-xcommunity/gnutls/build13
1 files changed, 13 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