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 +++++++++++++ community/gnutls/checksums | 1 + community/gnutls/depends | 1 + community/gnutls/sources | 1 + community/gnutls/version | 1 + 5 files changed, 17 insertions(+) create mode 100755 community/gnutls/build create mode 100644 community/gnutls/checksums create mode 100644 community/gnutls/depends create mode 100644 community/gnutls/sources create mode 100644 community/gnutls/version (limited to 'community') 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 -- cgit v1.2.3