mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
graphics/gifsicle: Updated for version 1.86.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
12eeb03167
commit
1a3e41c1eb
2 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue