]> git.armaanb.net Git - asd-repo.git/blob - junk/gpgme/build
Create junk repo
[asd-repo.git] / junk / gpgme / build
1 #!/usr/bin/sh -e
2
3 ./configure --prefix=/usr
4
5 make
6 make DESTDIR="$1" install