mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
graphics/pngquant: Updated for version 2.0.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5bafa3d5f8
commit
b7448da42a
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pngquant
|
||||
VERSION=${VERSION:-2.0.0}
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,8 +67,8 @@ cd $PRGNAM-$VERSION
|
|||
chown -R root:root .
|
||||
chmod -R u+w,go-w,a+rX-st .
|
||||
|
||||
# Remove unnecessary '-' in Makefiles.
|
||||
sed -i 's/-\$(MAKEFLAGS)/\$(MAKEFLAGS)/g' Makefile lib/Makefile
|
||||
# Remove unnecessary '-$(MAKEFLAGS)' in Makefiles.
|
||||
sed -i 's/-\$(MAKEFLAGS)//g' Makefile lib/Makefile
|
||||
|
||||
make CFLAGSADD="$SLKCFLAGS"
|
||||
install -D -m0755 -s pngquant $PKG/usr/bin/pngquant
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pngquant"
|
||||
VERSION="2.0.0"
|
||||
VERSION="2.0.1"
|
||||
HOMEPAGE="http://pngquant.org/"
|
||||
DOWNLOAD="http://pngquant.org/pngquant-2.0.0-src.tar.bz2"
|
||||
MD5SUM="5bb20c5c07e5db4ae9c5a16f5bb870b6"
|
||||
DOWNLOAD="http://pngquant.org/pngquant-2.0.1-src.tar.bz2"
|
||||
MD5SUM="c67f43e6892b6e9a8cbb1201ac09c651"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue