development/pkgconf: Updated for version 1.6.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2019-01-18 08:26:46 +07:00 committed by Willy Sudiarto Raharjo
parent eecc641d21
commit 5380d4f9bf
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for pkgconf # Slackware build script for pkgconf
# Copyright 2016-2018 Hunter Sezen California, USA # Copyright 2016-2019 Hunter Sezen California, USA
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pkgconf PRGNAM=pkgconf
VERSION=${VERSION:-1.5.4} VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -91,8 +91,8 @@ make install DESTDIR=$PKG
( cd $PKG/usr/bin; ln -sf $PRGNAM pkg-config ) ( cd $PKG/usr/bin; ln -sf $PRGNAM pkg-config )
if [ "$DEBUG" = 0 ]; then if [ "$DEBUG" = 0 ]; then
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" |
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
fi fi
find $PKG/usr/man -type f -exec gzip -9 {} \; find $PKG/usr/man -type f -exec gzip -9 {} \;

View File

@ -1,8 +1,8 @@
PRGNAM="pkgconf" PRGNAM="pkgconf"
VERSION="1.5.4" VERSION="1.6.0"
HOMEPAGE="https://git.dereferenced.org/pkgconf/pkgconf" HOMEPAGE="https://git.dereferenced.org/pkgconf/pkgconf"
DOWNLOAD="https://distfiles.dereferenced.org/pkgconf/pkgconf-1.5.4.tar.xz" DOWNLOAD="https://distfiles.dereferenced.org/pkgconf/pkgconf-1.6.0.tar.xz"
MD5SUM="a7846cfd1f53664a4ef983bae8355309" MD5SUM="0c93492d7f001e5175b0347b5472e86d"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="%README%" REQUIRES="%README%"