]> git.armaanb.net Git - asd-repo.git/blob - extra/libgcrypt/build
freetype-harfbuzz: switch from gnu mirror to sf
[asd-repo.git] / extra / 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