]> git.armaanb.net Git - asd-repo.git/blobdiff - extra/libgcrypt/build
gnupg1: switch to from gnupg2
[asd-repo.git] / extra / libgcrypt / build
diff --git a/extra/libgcrypt/build b/extra/libgcrypt/build
new file mode 100755 (executable)
index 0000000..80ce93e
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --mandir=/usr/share/man \
+    --localstatedir=/var
+
+make
+make DESTDIR="$1" install