diff options
author | Pedro R.M. Júnior <pedrormjunior@gmail.com> | 2019-12-21 10:38:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-21 10:38:58 +0700 |
commit | 4ee57dc84bc8fa8eb976fcc2bf9d0fc9ecd83a0f (patch) | |
tree | e7cbaa84c7abea49fe050761dac310f9c6577444 /games/supertux/supertux.SlackBuild | |
parent | a5f77799a9aec4a77865613664935544a5278593 (diff) | |
download | slackbuilds-4ee57dc84bc8fa8eb976fcc2bf9d0fc9ecd83a0f.tar.gz |
games/supertux: Updated for version 0.6.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/supertux/supertux.SlackBuild')
-rw-r--r-- | games/supertux/supertux.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/supertux/supertux.SlackBuild b/games/supertux/supertux.SlackBuild index 72e00c5c77..122b06e07b 100644 --- a/games/supertux/supertux.SlackBuild +++ b/games/supertux/supertux.SlackBuild @@ -4,6 +4,8 @@ # Copyright 2006-2011,2016 Robby Workman, Tuscaloosa, Alabama, USA # All rights reserved. +# Copyright 2019 Pedro R.M. Júnior, Campinas, SP, Brazil +# All rights reserved. # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -23,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=supertux -VERSION=${VERSION:-0.4.0} +VERSION=${VERSION:-0.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,8 +62,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION +tar xvf $CWD/SuperTux-v$VERSION-Source.tar.gz +cd SuperTux-v$VERSION-Source chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |