]> git.armaanb.net Git - asd-repo.git/blob - junk/libksba/build
gnupg1: switch to from gnupg2
[asd-repo.git] / junk / libksba / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr
5
6 make
7 make DESTDIR="$1" install