|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2016,2017 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2016,2017,2018 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -34,7 +34,7 @@ WGET=${WGET:-https://www.gnupg.org/ftp/gcrypt/gpgme/$ARCHIVE}
|
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-gpgme} |
|
|
|
|
BUILD=${BUILD:-1GGD} |
|
|
|
|
BUILD=${BUILD:-2GGD} |
|
|
|
|
ARCH=${ARCH:-$(uname -m | sed 's/^i.86$/i486/;s/^arm.*/arm/')} |
|
|
|
|
JOBS=${JOBS:-1} |
|
|
|
|
EXT=${EXT:-txz} |
|
|
|
@ -104,6 +104,7 @@ make install-strip DESTDIR=$PKG
|
|
|
|
|
# against stock libgpgme-pthread should work fine, they |
|
|
|
|
# juste have to be able to find libgpgme. |
|
|
|
|
ln -s libgpgme.so.11 $PKG/usr/lib$LIBDIRSUFFIX/libgpgme-pthread.so.11 |
|
|
|
|
ln -s libgpgme.la $PKG/usr/lib$LIBDIRSUFFIX/libgpgme-pthread.la |
|
|
|
|
|
|
|
|
|
# Compress info pages |
|
|
|
|
find $PKG/usr/info -type f -exec gzip -9 {} \; |
|
|
|
|