games/brutalchess: Updated for version 0.5.2

This commit is contained in:
Erik Hanson 2010-05-11 19:44:25 +02:00
parent 4df5cc6b85
commit 184b47234c
4 changed files with 15 additions and 27 deletions

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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