From eb62935873e9e3749c573c5e0fd3c2d90f3a3a5a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 17 Feb 2020 11:09:21 +0300 Subject: gpgme: add new package at 1.13.1 to community --- community/gpgme/build | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 community/gpgme/build (limited to 'community/gpgme/build') 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 -- cgit v1.2.3