Tools/gnutls

-added
This commit is contained in:
2018-10-11 11:01:39 +02:00
parent dada9a1bd7
commit 3ecdc2615b
4 changed files with 38 additions and 0 deletions

18
Tools/gnutls/build Executable file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/env modbuild
pbuild::set_download_url "https://www.gnupg.org/ftp/gcrypt/$P/v${V_MAJOR}.${V_MINOR}/$P-$V.tar.xz"
pbuild::add_to_group 'Tools'
module use 'Libraries'
if [[ ${OS} == Darwin ]]; then
module use System
pbuild::add_configure_args "CC=clang"
fi
pbuild::add_configure_args "--with-included-unistring"
pbuild::add_configure_args "--with-included-libtasn1"
pbuild::add_configure_args "--without-p11-kit"
pbuild::make_all

View File

@@ -0,0 +1 @@
gnutls/3.5.19 unstable b:nettle/3.4 b:gmp/6.1.2-1

View File

@@ -0,0 +1 @@
gnutls/3.5.19 unstable b:nettle/3.4 b:gmp/6.1.2-1 b:pkg-config/0.29.2

18
Tools/gnutls/modulefile Normal file
View File

@@ -0,0 +1,18 @@
#%Module1.0
module-whatis "Toolkit for the TLS and SSL protocol"
module-url "https://openssl.org/"
module-license "Apache style"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
OpenSSL is an open source project that provides a robust, commercial-grade,
and full-featured toolkit for the Transport Layer Security (TLS) and Secure
Sockets Layer (SSL) protocols. It is also a general-purpose cryptography
library. For more information about the team and community around the
project, or to start making your own contributions, start with the community
page. To get the latest news, download the source, and so on, please see the
sidebar or the buttons at the top of every page.
"
append-path PKG_CONFIG_PATH $PREFIX/lib/pkgconfig