diff options
-rw-r--r-- | games/foobillard/README | 1 | ||||
-rw-r--r-- | games/foobillard/foobillard.SlackBuild | 10 | ||||
-rw-r--r-- | games/foobillard/foobillard.info | 4 | ||||
-rw-r--r-- | games/foobillard/slack-desc | 8 |
4 files changed, 12 insertions, 11 deletions
diff --git a/games/foobillard/README b/games/foobillard/README index 23c929c630..67fc60e0dd 100644 --- a/games/foobillard/README +++ b/games/foobillard/README @@ -1,3 +1,2 @@ FooBillard is a free OpenGL-billard game for Linux with realistic physics, AI-player and many gametypes like pool carambol or snooker. - diff --git a/games/foobillard/foobillard.SlackBuild b/games/foobillard/foobillard.SlackBuild index 26840a4d0f..f2ed37fa24 100644 --- a/games/foobillard/foobillard.SlackBuild +++ b/games/foobillard/foobillard.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for FooBillard -# Copyright 2007 MagicMan <MagicMan07@bluebottle.com> +# Copyright 2007 Frank Caraballo <fecaraballo[AT]gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,11 +22,6 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -if [ "$(id -u)" != "0" ]; then - echo "This script must be run as root!" - exit 1 -fi - PRGNAM=foobillard VERSION=3.0a ARCH=${ARCH:-i486} @@ -51,7 +46,6 @@ cd $TMP || exit 1 rm -rf $PRGNAM-$VERSION tar -xvf $CWD/$PRGNAM-$VERSION.tar.* || exit 1 cd $PRGNAM-$VERSION || exit 1 - chown -R root:root . chmod -R u+w,go+r-w,a-s . @@ -72,7 +66,7 @@ cp -a $PRGNAM.6 $PKG/usr/man/man6 ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; - for i in $(find . -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done + for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/games/foobillard/foobillard.info b/games/foobillard/foobillard.info index 9780db1e39..cc5eb59a57 100644 --- a/games/foobillard/foobillard.info +++ b/games/foobillard/foobillard.info @@ -3,6 +3,6 @@ VERSION="3.0a" HOMEPAGE="http://foobillard.sunsite.dk/" DOWNLOAD="http://foobillard.sunsite.dk/dnl/foobillard-3.0a.tar.gz" MD5SUM="c2d92edeaaf8bfb18aa26f1c79931b7d" -MAINTAINER="MagicMan" -EMAIL="MagicMan07@bluebottle.com" +MAINTAINER="Frank Caraballo" +EMAIL="fecaraballo[AT]gmail.com" APPROVED="BP{k}" diff --git a/games/foobillard/slack-desc b/games/foobillard/slack-desc index 0983cef58c..218903bd38 100644 --- a/games/foobillard/slack-desc +++ b/games/foobillard/slack-desc @@ -1,3 +1,11 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| foobillard: FooBillard (OpenGL-billard Game) foobillard: foobillard: FooBillard is a free OpenGL-billard game for Linux with realistic |