diff options
| author | Cem Keylan <cem@ckyln.com> | 2020-01-15 20:52:31 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2020-01-15 20:52:31 +0300 |
| commit | 352d99200ab55ae4b5e0ebace227b7d776271cc9 (patch) | |
| tree | 32390378677abee87cbff1cff3e7c122fa21b4a9 /extra/libgcrypt/build | |
| parent | 1ac9d22168f3529697bd0ae5d76af0b54265c9fa (diff) | |
| download | repository-352d99200ab55ae4b5e0ebace227b7d776271cc9.tar.gz | |
libgcrypt: add to extra
Diffstat (limited to 'extra/libgcrypt/build')
| -rwxr-xr-x | extra/libgcrypt/build | 10 |
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 |
