aboutsummaryrefslogtreecommitdiff
path: root/community/gnutls/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-23 20:25:27 +0300
committerCem Keylan <cem@ckyln.com>2021-03-23 20:25:27 +0300
commit15c3293ac45c25cedf4270ed2b6552be678d9223 (patch)
tree465d9c22c9b518c352bba8629ea594b6342d3d9b /community/gnutls/build
parentc72106d09fe4ccf6f33c41ed55e97792312082a6 (diff)
downloadrepository-15c3293ac45c25cedf4270ed2b6552be678d9223.tar.gz
gnutls: move to extra
Diffstat (limited to 'community/gnutls/build')
-rwxr-xr-xcommunity/gnutls/build12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/gnutls/build b/community/gnutls/build
deleted file mode 100755
index 4958284a..00000000
--- a/community/gnutls/build
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --disable-nls \
- --with-nettle-mini \
- --with-included-libtasn1 \
- --with-included-unistring \
- --enable-static
-
-make
-make DESTDIR="$1" install