graphics/pngquant: Updated for version 2.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Kyle Guinn 2014-03-22 17:23:34 +07:00 committed by Willy Sudiarto Raharjo
parent cd68551922
commit d583ad56b4
2 changed files with 6 additions and 13 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for pngquant
# Copyright 2013 Kyle Guinn <elyk03@gmail.com>, USA
# Copyright 2013-2014 Kyle Guinn <elyk03@gmail.com>, 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=pngquant
VERSION=${VERSION:-2.0.1}
VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -65,14 +65,7 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION-src.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Remove unnecessary '-$(MAKEFLAGS)' in Makefiles.
sed -i 's/-\$(MAKEFLAGS)//g' Makefile lib/Makefile
chmod -R u+w,go-w,a+rX-st .
make CFLAGSADD="$SLKCFLAGS"
install -D -m0755 -s pngquant $PKG/usr/bin/pngquant

View file

@ -1,8 +1,8 @@
PRGNAM="pngquant"
VERSION="2.0.1"
VERSION="2.1.0"
HOMEPAGE="http://pngquant.org/"
DOWNLOAD="http://pngquant.org/pngquant-2.0.1-src.tar.bz2"
MD5SUM="c67f43e6892b6e9a8cbb1201ac09c651"
DOWNLOAD="http://pngquant.org/pngquant-2.1.0-src.tar.bz2"
MD5SUM="92c0fccb7178d51fcc4770664da58865"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""