diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-25 16:59:23 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-25 16:59:23 +0300 |
commit | 3634f289af1474df0288e302b2d2aa4a3c518f35 (patch) | |
tree | 99814563a61021d97951026d6da258267d7ba020 /community/nettle | |
parent | faebc4bbfed4e170208e675e0146d2a6d8f74e75 (diff) | |
download | repository-3634f289af1474df0288e302b2d2aa4a3c518f35.tar.gz |
nettle: add new package at 3.6
Diffstat (limited to 'community/nettle')
-rwxr-xr-x | community/nettle/build | 11 | ||||
-rw-r--r-- | community/nettle/checksums | 1 | ||||
-rw-r--r-- | community/nettle/sources | 1 | ||||
-rw-r--r-- | community/nettle/version | 1 |
4 files changed, 14 insertions, 0 deletions
diff --git a/community/nettle/build b/community/nettle/build new file mode 100755 index 00000000..32a77951 --- /dev/null +++ b/community/nettle/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-shared \ + --enable-static \ + --enable-mini-gmp \ + --disable-documentation + +make +make DESTDIR="$1" install diff --git a/community/nettle/checksums b/community/nettle/checksums new file mode 100644 index 00000000..5d0edd4c --- /dev/null +++ b/community/nettle/checksums @@ -0,0 +1 @@ +d24c0d0f2abffbc8f4f34dcf114b0f131ec3774895f3555922fe2f40f3d5e3f1 nettle-3.6.tar.gz diff --git a/community/nettle/sources b/community/nettle/sources new file mode 100644 index 00000000..bed7e631 --- /dev/null +++ b/community/nettle/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/nettle/nettle-3.6.tar.gz diff --git a/community/nettle/version b/community/nettle/version new file mode 100644 index 00000000..11b44ea2 --- /dev/null +++ b/community/nettle/version @@ -0,0 +1 @@ +3.6 2 |