aboutsummaryrefslogtreecommitdiff
path: root/community/nettle/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/nettle/build')
-rwxr-xr-xcommunity/nettle/build11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/nettle/build b/community/nettle/build
deleted file mode 100755
index 32a77951..00000000
--- a/community/nettle/build
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --enable-shared \
- --enable-static \
- --enable-mini-gmp \
- --disable-documentation
-
-make
-make DESTDIR="$1" install