llvm, clang: bump to 14.0.6
[kiss-trunc88.git] / gpgme.mine / build
blobaf3745ab2eaeb7a0fdf34456b4879157944ce815
1 #!/bin/sh -e
3 ./configure \
4 --prefix=/usr \
5 --disable-nls \
6 --disable-gpg-test \
7 --disable-gpgconf-test
9 make
10 make DESTDIR="$1" install