Tools/gnutls
-added
This commit is contained in:
18
Tools/gnutls/build
Executable file
18
Tools/gnutls/build
Executable 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
|
||||
|
||||
1
Tools/gnutls/files/variants
Normal file
1
Tools/gnutls/files/variants
Normal file
@@ -0,0 +1 @@
|
||||
gnutls/3.5.19 unstable b:nettle/3.4 b:gmp/6.1.2-1
|
||||
1
Tools/gnutls/files/variants.Darwin
Normal file
1
Tools/gnutls/files/variants.Darwin
Normal 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
18
Tools/gnutls/modulefile
Normal 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
|
||||
Reference in New Issue
Block a user