aboutsummaryrefslogtreecommitdiff
path: root/community/nettle/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-25 16:59:23 +0300
committerCem Keylan <cem@ckyln.com>2020-06-25 16:59:23 +0300
commit3634f289af1474df0288e302b2d2aa4a3c518f35 (patch)
tree99814563a61021d97951026d6da258267d7ba020 /community/nettle/build
parentfaebc4bbfed4e170208e675e0146d2a6d8f74e75 (diff)
downloadrepository-3634f289af1474df0288e302b2d2aa4a3c518f35.tar.gz
nettle: add new package at 3.6
Diffstat (limited to 'community/nettle/build')
-rwxr-xr-xcommunity/nettle/build11
1 files changed, 11 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