aboutsummaryrefslogtreecommitdiff
path: root/community/gpgme/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-17 11:09:21 +0300
committerCem Keylan <cem@ckyln.com>2020-02-17 11:09:21 +0300
commiteb62935873e9e3749c573c5e0fd3c2d90f3a3a5a (patch)
tree1829f4ead56ea5258605f37a04ee453d8e4962ce /community/gpgme/build
parent5351c27c89ea6ae17f22f6c684fe3a933f25ec8f (diff)
downloadrepository-eb62935873e9e3749c573c5e0fd3c2d90f3a3a5a.tar.gz
gpgme: add new package at 1.13.1 to community
Diffstat (limited to 'community/gpgme/build')
-rwxr-xr-xcommunity/gpgme/build11
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