diff options
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  | 
