diff options
author | B. Watson <yalhcru@gmail.com> | 2014-12-05 23:10:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-05 23:10:51 +0700 |
commit | 1a3e41c1ebb01d50f1931e8f48dba4f9933a1763 (patch) | |
tree | 3a98533f84d1cf55f2daaa200ebe9f8c2d3f2055 /graphics/gifsicle/gifsicle.SlackBuild | |
parent | 12eeb0316766c6f0ac4f74f91fa7bab01409c6ed (diff) | |
download | slackbuilds-1a3e41c1ebb01d50f1931e8f48dba4f9933a1763.tar.gz |
graphics/gifsicle: Updated for version 1.86.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/gifsicle/gifsicle.SlackBuild')
-rw-r--r-- | graphics/gifsicle/gifsicle.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/gifsicle/gifsicle.SlackBuild b/graphics/gifsicle/gifsicle.SlackBuild index cede8722d9..583abc2711 100644 --- a/graphics/gifsicle/gifsicle.SlackBuild +++ b/graphics/gifsicle/gifsicle.SlackBuild @@ -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 |