summaryrefslogtreecommitdiffstats
path: root/games/supertuxkart/supertuxkart.SlackBuild
diff options
context:
space:
mode:
author Niels Horn <niels.horn@gmail.com>2011-12-17 11:03:56 -0600
committer Niels Horn <niels.horn@slackbuilds.org>2011-12-18 00:05:10 -0200
commitb8d5e5893d8d9726086fe18a4ecf2d4b033d5e0c (patch)
tree4d2037450aa44a810fa955cd0275815f3e511084 /games/supertuxkart/supertuxkart.SlackBuild
parent8fe021c63ed10a4e145fe5f74c12c160f7b58622 (diff)
downloadslackbuilds-b8d5e5893d8d9726086fe18a4ecf2d4b033d5e0c.tar.gz
slackbuilds-b8d5e5893d8d9726086fe18a4ecf2d4b033d5e0c.tar.xz
games/supertuxkart: Updated for version 0.7.3, new maintainer.
This now includes an add-ons system, so extra-karts and extra-tracks are no-longer necessary. Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/supertuxkart/supertuxkart.SlackBuild')
-rw-r--r--games/supertuxkart/supertuxkart.SlackBuild27
1 files changed, 24 insertions, 3 deletions
diff --git a/games/supertuxkart/supertuxkart.SlackBuild b/games/supertuxkart/supertuxkart.SlackBuild
index 3ca219a681..e6f51e6e4b 100644
--- a/games/supertuxkart/supertuxkart.SlackBuild
+++ b/games/supertuxkart/supertuxkart.SlackBuild
@@ -2,10 +2,31 @@
# Slackware build script for supertuxkart
-# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2009-2011 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2011 Niels Horn, Rio de Janeiro, RJ, Brazil
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+# revision date: 2011/12/09
PRGNAM=supertuxkart
-VERSION=0.6.2a
+VERSION=${VERSION:-0.7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,7 +107,7 @@ rm -f $PKG/usr/share/locale/{*.po,*.pot}
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS ChangeLog COPYING NEWS README TODO \
+ AUTHORS ChangeLog COPYING INSTALL README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild