aboutsummaryrefslogtreecommitdiff
path: root/community/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 /community/nettle/build
parent54bbe7e855748bb979f630c95c584970cef6a0d8 (diff)
downloadrepository-c72106d09fe4ccf6f33c41ed55e97792312082a6.tar.gz
nettle: move to extra
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