graphics/gifsicle: Updated for version 1.86.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2014-12-05 23:10:51 +07:00 committed by Willy Sudiarto Raharjo
parent 12eeb03167
commit 1a3e41c1eb
2 changed files with 5 additions and 7 deletions

View file

@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=gifsicle
VERSION=${VERSION:-1.84}
VERSION=${VERSION:-1.86}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -66,9 +66,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
gzip $PKG/usr/man/man?/*.?
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,8 +1,8 @@
PRGNAM="gifsicle"
VERSION="1.84"
VERSION="1.86"
HOMEPAGE="http://www.lcdf.org/gifsicle/"
DOWNLOAD="http://www.lcdf.org/gifsicle/gifsicle-1.84.tar.gz"
MD5SUM="21cb0d75db42e664bee77b77e8f40f50"
DOWNLOAD="http://www.lcdf.org/gifsicle/gifsicle-1.86.tar.gz"
MD5SUM="5eadf90cf7a6f22447b0f146e146d092"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""