summaryrefslogtreecommitdiffstats
path: root/deps/gpgme/gpgme.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gpgme/gpgme.SlackBuild')
-rwxr-xr-xdeps/gpgme/gpgme.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/deps/gpgme/gpgme.SlackBuild b/deps/gpgme/gpgme.SlackBuild
index 8c698ed..02193e4 100755
--- a/deps/gpgme/gpgme.SlackBuild
+++ b/deps/gpgme/gpgme.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright 2006-2009 Robby Workman, Northport, AL, USA
-# Copyright 2007, 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2007, 2008, 2009, 2010, 2017 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,8 +21,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# Modified 2017 by Eric Hameleers <alien@slackware.com>
+
PKGNAM=gpgme
-VERSION=${VERSION:-1.7.1}
+VERSION=${VERSION:-1.9.0}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
@@ -40,7 +42,7 @@ NUMJOBS=${NUMJOBS:-" -j7 "}
CWD=$(pwd)
TMP=${TMP:-/tmp}
-PKG=$TMP/pkg-$PKGNAM
+PKG=$TMP/package-$PKGNAM
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
@@ -87,6 +89,7 @@ CXXFLAGS="$SLKCFLAGS" \
--infodir=/usr/info \
--docdir=/usr/doc/gpgme-$VERSION \
--enable-languages="cl cpp python2 qt" \
+ --disable-gpgsm-test \
--build=$TARGET \
--host=$TARGET