development/pkgconf: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eecc641d21
commit
5380d4f9bf
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pkgconf
|
||||
|
||||
# Copyright 2016-2018 Hunter Sezen California, USA
|
||||
# Copyright 2016-2019 Hunter Sezen California, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pkgconf
|
||||
VERSION=${VERSION:-1.5.4}
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -91,8 +91,8 @@ make install DESTDIR=$PKG
|
|||
( cd $PKG/usr/bin; ln -sf $PRGNAM pkg-config )
|
||||
|
||||
if [ "$DEBUG" = 0 ]; then
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" |
|
||||
grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
fi
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pkgconf"
|
||||
VERSION="1.5.4"
|
||||
VERSION="1.6.0"
|
||||
HOMEPAGE="https://git.dereferenced.org/pkgconf/pkgconf"
|
||||
DOWNLOAD="https://distfiles.dereferenced.org/pkgconf/pkgconf-1.5.4.tar.xz"
|
||||
MD5SUM="a7846cfd1f53664a4ef983bae8355309"
|
||||
DOWNLOAD="https://distfiles.dereferenced.org/pkgconf/pkgconf-1.6.0.tar.xz"
|
||||
MD5SUM="0c93492d7f001e5175b0347b5472e86d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README%"
|
||||
|
|
Loading…
Reference in New Issue