games/xskat: Updated e-mail maintainer + misc. cleanups.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Jan Herrygers 2011-08-21 21:27:37 -03:00 committed by Niels Horn
parent 9edac5e337
commit 70b7572e8b
3 changed files with 13 additions and 19 deletions

View file

@ -7,14 +7,14 @@
|-----handy-ruler------------------------------------------------------|
xskat: xskat (card game with 3 players for X)
xskat:
xskat:
xskat: A card game folowing the official skat rules.
xskat: It has computer players and multiplayer through network.
xskat:
xskat:
xskat:
xskat:
xskat:
xskat:
xskat:
xskat:
xskat:
xskat:
xskat: homepage: www.xskat.de
xskat:
xskat:

View file

@ -2,7 +2,7 @@
# Slackware build script for xskat
# Written by Jan Herrygers - janherrygers at skynet dot be
# Written by Jan Herrygers - janherrygers at dommel dot be
# Slackbuild for xskat version 4.0 21/08/2008
# Copyright 2008 Jan Herrygers
@ -30,12 +30,10 @@ VERSION=${VERSION:-4.0}
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
@ -76,7 +74,7 @@ find . \
./configure
make
make CCOPTIONS="$SLKCFLAGS"
make install DESTDIR=$PKG
make install.man DESTDIR=$PKG
@ -87,12 +85,8 @@ mv $PKG/usr/man/man1/xskat-de.1x $PKG/usr/man/de/man1/xskat.1x
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# Compress man pages
( 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
)
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \

View file

@ -6,5 +6,5 @@ MD5SUM="6744cea48a890771736b75083e7ea2b5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Jan Herrygers"
EMAIL="janherrygers@skynet.be"
APPROVED="David Somero"
EMAIL="janherrygers@dommel.be"
APPROVED="David Somero,Niels Horn"