mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/knights: Minor cleanups.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
ad08b383f1
commit
b1911d70d9
3 changed files with 24 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
||||||
Knights is a simple chess board for KDE 4.
|
knights (a simple chess board for KDE 4)
|
||||||
|
|
||||||
It is a rewrite of the KDE3 Knights. You can play againts computer engines
|
Knights is a rewrite of the KDE3 Knights. You can play against computer
|
||||||
that support the XBoard protocol (like GnuChess), against anouther player
|
engines that support the XBoard protocol (like GnuChess), against another
|
||||||
at the same computer, or on the Free Internet Chess Server. It has
|
player at the same computer, or on the Free Internet Chess Server. It
|
||||||
automatic rule checking and some nice animations.
|
has automatic rule checking and some nice animations.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for knights
|
# Slackware build script for knights
|
||||||
|
|
||||||
# Copyright 2011, 2012 Chris Abela, Malta
|
# Copyright 2011, 2012 Chris Abela, Malta
|
||||||
# Copyright 2014 Ryan P.C. McQuen, ryanpcmcquen@member.fsf.org, WA
|
# Copyright 2014 Ryan P.C. McQuen, <email removed>, WA
|
||||||
# Now maintained by B. Watson (yalhcru@gmail.com)
|
# Now maintained by B. Watson (yalhcru@gmail.com)
|
||||||
#
|
#
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
@ -25,6 +25,12 @@
|
||||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
# 20170810 bkw:
|
||||||
|
# - install HTML docs in /usr/doc, not /usr/share/doc
|
||||||
|
# - fix README and slack-desc typos
|
||||||
|
# - remove long-dead homepage link from slack-desc
|
||||||
|
# - BUILD=3
|
||||||
|
|
||||||
# 20170309 bkw:
|
# 20170309 bkw:
|
||||||
# - take over maintenance
|
# - take over maintenance
|
||||||
# - i486 => i586
|
# - i486 => i586
|
||||||
|
@ -33,7 +39,7 @@
|
||||||
|
|
||||||
PRGNAM=knights
|
PRGNAM=knights
|
||||||
VERSION=${VERSION:-2.5.0}
|
VERSION=${VERSION:-2.5.0}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-3}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -88,7 +94,7 @@ cd build
|
||||||
-DMAN_INSTALL_DIR=/usr/man \
|
-DMAN_INSTALL_DIR=/usr/man \
|
||||||
-DBIN_INSTALL_DIR=/usr/games \
|
-DBIN_INSTALL_DIR=/usr/games \
|
||||||
-DCMAKE_BUILD_TYPE=Release ..
|
-DCMAKE_BUILD_TYPE=Release ..
|
||||||
make VERBOSE=1
|
make VERBOSE=1
|
||||||
make install/strip DESTDIR=$PKG
|
make install/strip DESTDIR=$PKG
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
@ -97,6 +103,9 @@ cd ..
|
||||||
# ...but most of the existing files there from other packages are +x,
|
# ...but most of the existing files there from other packages are +x,
|
||||||
# not sure if KDE cares about the permissions but I'll leave it as-is.
|
# not sure if KDE cares about the permissions but I'll leave it as-is.
|
||||||
|
|
||||||
|
# 20170810 bkw: don't install to /usr/share/doc
|
||||||
|
mv $PKG/usr/share/doc $PKG/usr/doc
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a DESIGN README* $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a DESIGN README* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
|
@ -6,14 +6,14 @@
|
||||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
knights: knights (simple chess board for KDE 4)
|
knights: knights (a simple chess board for KDE 4)
|
||||||
|
knights:
|
||||||
|
knights: Knights is a rewrite of the KDE3 Knights. You can play against
|
||||||
|
knights: computer engines that support the XBoard protocol (like GnuChess),
|
||||||
|
knights: against another player at the same computer, or on the Free Internet
|
||||||
|
knights: Chess Server. It has automatic rule checking and some nice animations.
|
||||||
|
knights:
|
||||||
knights:
|
knights:
|
||||||
knights: It is a rewrite of the KDE3 Knights. You can play againts computer
|
|
||||||
knights: engines that support the XBoard protocol (like GnuChess), against
|
|
||||||
knights: anouther player at the same computer, or on the Free Internet Chess
|
|
||||||
knights: Server. It has automatic rule checking and some nice animations.
|
|
||||||
knights:
|
|
||||||
knights: Homepage: http://noughmad.com/knights
|
|
||||||
knights:
|
knights:
|
||||||
knights:
|
knights:
|
||||||
knights:
|
knights:
|
||||||
|
|
Loading…
Reference in a new issue