diff options
Diffstat (limited to 'games/chromium-bsu')
-rw-r--r-- | games/chromium-bsu/README | 2 | ||||
-rw-r--r-- | games/chromium-bsu/chromium-bsu.SlackBuild | 12 | ||||
-rw-r--r-- | games/chromium-bsu/chromium-bsu.info | 10 | ||||
-rw-r--r-- | games/chromium-bsu/slack-desc | 2 |
4 files changed, 10 insertions, 16 deletions
diff --git a/games/chromium-bsu/README b/games/chromium-bsu/README index cd18ea6603..dc234b15e1 100644 --- a/games/chromium-bsu/README +++ b/games/chromium-bsu/README @@ -1,4 +1,4 @@ Chromium B.S.U. is a fast paced, arcade-style, top-scrolling shooter. It uses OpenGL for graphics, and OpenAL for sound effects. -Chromium-bsu requires OpenAL, libglpng and ftgl, available at SlackBuilds.org +This requires OpenAL, libglpng and ftgl. diff --git a/games/chromium-bsu/chromium-bsu.SlackBuild b/games/chromium-bsu/chromium-bsu.SlackBuild index e6445578dc..6b15e38589 100644 --- a/games/chromium-bsu/chromium-bsu.SlackBuild +++ b/games/chromium-bsu/chromium-bsu.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for chromium # -# Copyright 2007 Niklas "Nille" Åkerström +# Copyright 2007 Niklas "Nille" Ã…kerström # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,16 +25,14 @@ # Modified by Erik Hanson <erik@slackbuilds.org> PRGNAM=chromium-bsu -VERSION=0.9.14 +VERSION=0.9.14.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -83,7 +81,7 @@ gzip -9 $PKG/usr/man/man?/*.? mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp \ - ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README* TODO data/doc/*.htm \ + ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README* data/doc/*.htm \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild @@ -93,7 +91,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} - -if [ "$1" = "--cleanup" ]; then - rm -rf $PKG $TMP/$PRGNAM-$VERSION -fi
\ No newline at end of file diff --git a/games/chromium-bsu/chromium-bsu.info b/games/chromium-bsu/chromium-bsu.info index e6e70c0072..d73db66753 100644 --- a/games/chromium-bsu/chromium-bsu.info +++ b/games/chromium-bsu/chromium-bsu.info @@ -1,10 +1,10 @@ PRGNAM="chromium-bsu" -VERSION="0.9.14" +VERSION="0.9.14.1" HOMEPAGE="http://chromium-bsu.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/chromium-bsu/chromium-bsu-0.9.14.tar.gz" -MD5SUM="26df69b13e2ca370b6b45ac8e9efddd5" +DOWNLOAD="http://downloads.sourceforge.net/chromium-bsu/chromium-bsu-0.9.14.1.tar.gz" +MD5SUM="b8b41d08cd20cd870f497d06cf103db3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="Niklas 'Nille' Åkerström" +MAINTAINER="Niklas 'Nille' Ã…kerström" EMAIL="nille.kungen[AT]gmail.com" -APPROVED="dsomero" +APPROVED="dsomero,Niels Horn" diff --git a/games/chromium-bsu/slack-desc b/games/chromium-bsu/slack-desc index 760dd0ef83..e744d85732 100644 --- a/games/chromium-bsu/slack-desc +++ b/games/chromium-bsu/slack-desc @@ -5,7 +5,7 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-------------------------------handy-ruler---------------------------| + |-------------------------------handy-ruler----------------------------| chromium-bsu: Chromium B.S.U. (a fast paced, arcade-style, top-scrolling shooter) chromium-bsu: chromium-bsu: Chromium B.S.U. is a fast paced, arcade-style, top-scrolling |