aboutsummaryrefslogtreecommitdiff
path: root/extra/libgcrypt/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-15 20:52:31 +0300
committerCem Keylan <cem@ckyln.com>2020-01-15 20:52:31 +0300
commit352d99200ab55ae4b5e0ebace227b7d776271cc9 (patch)
tree32390378677abee87cbff1cff3e7c122fa21b4a9 /extra/libgcrypt/build
parent1ac9d22168f3529697bd0ae5d76af0b54265c9fa (diff)
downloadrepository-352d99200ab55ae4b5e0ebace227b7d776271cc9.tar.gz
libgcrypt: add to extra
Diffstat (limited to 'extra/libgcrypt/build')
-rwxr-xr-xextra/libgcrypt/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/libgcrypt/build b/extra/libgcrypt/build
new file mode 100755
index 00000000..80ce93e8
--- /dev/null
+++ b/extra/libgcrypt/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --localstatedir=/var
+
+make
+make DESTDIR="$1" install