- added
This commit is contained in:
2018-10-11 10:51:43 +02:00
parent 2c710af172
commit 4851c3cf93
3 changed files with 27 additions and 0 deletions

12
Libraries/nettle/build Executable file
View 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

View File

@@ -0,0 +1 @@
nettle/3.4 unstable gmp/6.1.2-1

View 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