diff options
Diffstat (limited to 'community/gpgme/build')
-rwxr-xr-x | community/gpgme/build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/gpgme/build b/community/gpgme/build new file mode 100755 index 00000000..1a862d8c --- /dev/null +++ b/community/gpgme/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --enable-static=yes \ + --disable-nls \ + --disable-gpg-test \ + --disable-gpgconf-test +make +make DESTDIR="$1" install |