From df5f49797a8ee490f9bedeb18fd1e8a09207225a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 25 Jun 2020 16:59:34 +0300 Subject: gnutls: add new package at 3.6.14 --- community/gnutls/build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 community/gnutls/build (limited to 'community/gnutls/build') 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 -- cgit v1.2.3