diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-08-01 21:46:05 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:51 +0100 |
commit | fe08efd34e1769b07eeb11a7b02c552894810865 (patch) | |
tree | 35d17fcca401f611a0bb8862c766c6cf1b879b8a /office/gummi/gummi.SlackBuild | |
parent | 63591812a81042b44bb33efad2eaa92233ee9f10 (diff) |
office/gummi: Updated for version 0.6.6
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'office/gummi/gummi.SlackBuild')
-rw-r--r-- | office/gummi/gummi.SlackBuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/office/gummi/gummi.SlackBuild b/office/gummi/gummi.SlackBuild index 287b3e13ae00b..a188058f698b7 100644 --- a/office/gummi/gummi.SlackBuild +++ b/office/gummi/gummi.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gummi -# Copyright 2011-2015 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2011-2016 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gummi -VERSION=${VERSION:-0.6.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.6.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -76,6 +76,7 @@ CXXFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ --disable-dependency-tracking \ + --disable-silent-rules \ --build=$ARCH-slackware-linux make @@ -87,9 +88,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS ChangeLog COPYING README \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS ChangeLog COPYING $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |