]> git.armaanb.net Git - asd-repo.git/blob - core/libgcrypt/build
80ce93e89846beded099404c863561ce81104bdb
[asd-repo.git] / core / libgcrypt / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --sysconfdir=/etc \
6     --mandir=/usr/share/man \
7     --localstatedir=/var
8
9 make
10 make DESTDIR="$1" install