]> git.armaanb.net Git - asd-repo.git/blobdiff - core/gnupg2/build
gnupg1: switch to from gnupg2
[asd-repo.git] / core / gnupg2 / build
diff --git a/core/gnupg2/build b/core/gnupg2/build
deleted file mode 100755 (executable)
index 0f1cd0e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-./configure --prefix=/usr \
-            --sbindir=/usr/bin \
-            --libexecdir=/usr/lib/gnupg \
-            --disable-gnutls \
-            --enable-symcryptrun \
-            --enable-gpg-is-gpg2 \
-            --disable-ldap \
-            --disable-nls
-
-make
-make DESTDIR="$1" install
-
-ln -s /usr/bin/gpg2 "$1/usr/bin/gpg"
-ln -s /usr/bin/gpgv2 "$1/usr/bin/gpgv"