games/waterCloset: Updated for version 1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2020-02-08 01:53:55 +07:00 committed by Willy Sudiarto Raharjo
parent 4a144bf45a
commit caa74f6e4b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 12 deletions

View file

@ -2,15 +2,16 @@
# Slackware build script for waterCloset
# Written by Tim Dickson dickson.tim@googlemail.com
# (C) 2019
# (C) 2019/20
# changelog
#
# 14/11/2019. version 0.9.2 first version for this script
# fix doc dir for slackware defaults.
# 06/02/2020. version 1.0 first major "full" version.
PRGNAM=waterCloset
GITNAM=wc
VERSION=${VERSION:-0.9.2}
VERSION=${VERSION:-1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -47,7 +48,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.src.tar.gz
cd $GITNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -55,11 +56,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
#fix hard-coded manual location
#sed -i "s_blobwars/man_blobwars-$VERSION/man_" data/titleWidgets
#doc dir fixed for slackware and help display bug.
#note. the trailing / on the first make command is intentional.
make
make install DESTDIR=$PKG

View file

@ -1,10 +1,10 @@
PRGNAM="waterCloset"
VERSION="0.9.2"
VERSION="1.0"
HOMEPAGE="https://www.parallelrealities.co.uk/games/wc/"
DOWNLOAD="https://github.com/stephenjsweeney/wc/archive/v0.9.2/waterCloset-0.9.2.src.tar.gz"
MD5SUM="eacb67347c3918af3c20c1e2f473568e"
DOWNLOAD="https://github.com/stephenjsweeney/wc/archive/v1.0/waterCloset-1.0.src.tar.gz"
MD5SUM="1f3d4a94145be98484ed25c060314c8c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_image SDL2_mixer SDL2_ttf"
MAINTAINER="Tim Dickson (timsoft)"
MAINTAINER="Tim Dickson"
EMAIL="dickson.tim@googlemail.com"