aboutsummaryrefslogtreecommitdiff
path: root/extra/nettle/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-23 20:25:17 +0300
committerCem Keylan <cem@ckyln.com>2021-03-23 20:25:17 +0300
commitc72106d09fe4ccf6f33c41ed55e97792312082a6 (patch)
tree9c86c56bc13827171531771a88adaea98d21e286 /extra/nettle/build
parent54bbe7e855748bb979f630c95c584970cef6a0d8 (diff)
downloadrepository-c72106d09fe4ccf6f33c41ed55e97792312082a6.tar.gz
nettle: move to extra
Diffstat (limited to 'extra/nettle/build')
-rwxr-xr-xextra/nettle/build11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/nettle/build b/extra/nettle/build
new file mode 100755
index 00000000..32a77951
--- /dev/null
+++ b/extra/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