From 184b47234ccd6dfac5fc5dfd2546a14ee3e0d30e Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Tue, 11 May 2010 19:44:25 +0200 Subject: games/brutalchess: Updated for version 0.5.2 --- games/brutalchess/README | 22 ---------------------- games/brutalchess/brutalchess.SlackBuild | 8 +++++--- games/brutalchess/brutalchess.info | 2 +- games/brutalchess/slack-desc | 10 +++++++++- 4 files changed, 15 insertions(+), 27 deletions(-) (limited to 'games/brutalchess') diff --git a/games/brutalchess/README b/games/brutalchess/README index 179be05a27..a382864c9f 100644 --- a/games/brutalchess/README +++ b/games/brutalchess/README @@ -1,25 +1,3 @@ This is Brutal Chess Alpha, version 0.5. Brutal Chess is a cross-platform GPL chess game with 3D graphics powered by OpenGL and SDL. To build Brutal Chess you will need SDL, SDL_Image, and FreeType. These are included with Slackware. - -New In This Release (0.5) -=========================== - -* Completely new code base -* Menu system to replace console -* Select pawn promotion piece through new interface -* Variable AI difficulty -* New loading screen -* Shadows and other graphical tweaks -* Full rotation of the camera -* History arrows displaying previous move -* MD3 (Quake 2) model support - -Bug Fixes (0.5.1): -* Fixed colors of the board squares -* Fixed bug that allowed castling when it shouldn't have been legal -* Added proper Linux install scripts - -Bug Fixes (0.5.2): -* Fixed bug that allowed white pawns being able to move backwards - diff --git a/games/brutalchess/brutalchess.SlackBuild b/games/brutalchess/brutalchess.SlackBuild index b010060784..d2d9c96cf2 100644 --- a/games/brutalchess/brutalchess.SlackBuild +++ b/games/brutalchess/brutalchess.SlackBuild @@ -8,7 +8,7 @@ VERSION=0.5.2 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -42,8 +42,10 @@ CFLAGS="$SLKCFLAGS" \ make || exit 1 make install DESTDIR=$PKG || exit 1 -find $PKG | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -find $PKG | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +( cd $PKG + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +) mkdir -p $PKG/usr/doc mv $PKG/usr/share/brutalchess/doc $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/games/brutalchess/brutalchess.info b/games/brutalchess/brutalchess.info index a6ab159380..91e90917fe 100644 --- a/games/brutalchess/brutalchess.info +++ b/games/brutalchess/brutalchess.info @@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/sourceforge/brutalchess/brutalchess-alpha-0. MD5SUM="370476b63091b8d82a9ea57c604dcbab" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" -APPROVED="elohim,robw810" +APPROVED="elohim,rworkman" diff --git a/games/brutalchess/slack-desc b/games/brutalchess/slack-desc index 1b3b843d5e..141e2d7a66 100644 --- a/games/brutalchess/slack-desc +++ b/games/brutalchess/slack-desc @@ -1,4 +1,12 @@ -brutalchess: Brutal Chess - Chess for the Truly Hardcore +# 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------------------------------------------------------| +brutalchess: Brutal Chess (Chess for the Truly Hardcore) brutalchess: brutalchess: Brutal Chess features full 3D graphics, an advanced particle brutalchess: engine, and several different levels of intelligent AI, inspired -- cgit v1.2.3-65-gdbad