nettle
- added
This commit is contained in:
12
Libraries/nettle/build
Executable file
12
Libraries/nettle/build
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
pbuild::set_download_url "https://ftp.gnu.org/gnu/$P/$P-$V.tar.gz"
|
||||
|
||||
# use system gcc to compile
|
||||
declare -rx CC=gcc
|
||||
|
||||
pbuild::add_to_group 'Libraries'
|
||||
|
||||
pbuild::add_configure_args "--disable-shared"
|
||||
|
||||
pbuild::make_all
|
||||
1
Libraries/nettle/files/variants
Normal file
1
Libraries/nettle/files/variants
Normal file
@@ -0,0 +1 @@
|
||||
nettle/3.4 unstable gmp/6.1.2-1
|
||||
14
Libraries/nettle/modulefile
Normal file
14
Libraries/nettle/modulefile
Normal file
@@ -0,0 +1,14 @@
|
||||
#%Module1.0
|
||||
|
||||
module-whatis "cryptographic library"
|
||||
module-url "https://www.lysator.liu.se/~nisse/nettle/"
|
||||
module-license "GNU GPL v2 / GNU LGPL v3"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
module-help "
|
||||
Nettle is a cryptographic library that is designed to fit easily in more
|
||||
or less any context: In crypto toolkits for object-oriented languages (C++,
|
||||
Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
|
||||
space. "
|
||||
|
||||
append-path PKG_CONFIG_PATH $PREFIX/lib64/pkgconfig
|
||||
Reference in New Issue
Block a user