diff options
author | Sergio Vicari <devteamtuc@gmail.com> | 2019-08-30 07:42:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-30 07:42:58 +0700 |
commit | 995ea5181357a7d9e418af5dca9e8c6663a12301 (patch) | |
tree | db630390f1068aa462560134d3c7af5073cc5670 /games/7kaa/7kaa.SlackBuild | |
parent | c69149eeeb6252c1f3da0ab40b44d67db808135d (diff) |
games/7kaa: Updated for version 2.15.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/7kaa/7kaa.SlackBuild')
-rw-r--r-- | games/7kaa/7kaa.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/7kaa/7kaa.SlackBuild b/games/7kaa/7kaa.SlackBuild index 7aa0e78cf6fda..643cb39050179 100644 --- a/games/7kaa/7kaa.SlackBuild +++ b/games/7kaa/7kaa.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for 7kaa -# Copyright <2016> Sergio Vicari <devteamtuc@gmail.com> +# Copyright <2016-2019> Sergio Vicari <devteamtuc@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=7kaa -VERSION=${VERSION:-2.14.6} +VERSION=${VERSION:-2.15.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,7 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ABOUT-NLS COPYING README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/usr/share/pixmaps |