games/stone_soup: Added Documentation.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Melik 2014-09-02 04:05:32 +07:00 committed by Willy Sudiarto Raharjo
parent 58a1f3a740
commit fb8d94931e

View file

@ -6,7 +6,7 @@
PRGNAM=stone_soup
VERSION=${VERSION:-0.14.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -49,7 +49,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
cd source
make TILES=$GUI \
@ -71,6 +71,7 @@ gzip -9 -c docs/crawl.6 > $PKG/usr/man/man6/crawl.6.gz
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -ar $PKG/usr/share/games/crawl/docs/* $PKG/usr/doc/$PRGNAM-$VERSION
cp README.txt $PKG/usr/share/games/crawl/
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install