games/stone_soup: Updated for version 0.21.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Melik 2018-03-11 14:06:02 +00:00 committed by Willy Sudiarto Raharjo
parent a296afc2fb
commit d2ed048cd6
4 changed files with 11 additions and 12 deletions

View File

@ -2,4 +2,3 @@ Dungeon Crawl Stone Soup is a game of dungeon exploration, combat and magic,
involving characters of diverse skills, worshipping deities of great power and
caprice. To win, you'll need to be a master of tactics and strategy, and
prevail against overwhelming odds.

View File

@ -11,9 +11,9 @@ stone_soup:
stone_soup: Dungeon Crawl Stone Soup is a game of dungeon exploration, combat and
stone_soup: magic, involving characters of diverse skills, worshipping deities of
stone_soup: great power and caprice. To win, you'll need to be a master of tactics
stone_soup: and strategy, and prevail against overwhelming odds. A graphics
stone_soup: version is available, which can be compiled by writing the word
stone_soup: "TILES" at the end of the "make install" line in
stone_soup: stone_soup.SlackBuild (see Makefile for list of compile flags).
stone_soup: and strategy, and prevail against overwhelming odds.
stone_soup:
stone_soup: The traditional ASCII roguelike version is: crawl-ascii.
stone_soup: The new SDL version is: crawl.
stone_soup:
stone_soup: homepage: http://crawl.develz.org/

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=stone_soup
VERSION=${VERSION:-0.21.0}
VERSION=${VERSION:-0.21.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -74,7 +74,7 @@ cd source
prefix=/usr \
COPY_FONTS=1 \
DATADIR=/usr/share/games/crawl \
SAVEDIR=~/.crawl/ \
SAVEDIR='~/.crawl/' \
SDL2=1 \
TILES=1
make $TARGET install \
@ -82,14 +82,14 @@ cd source
COPY_FONTS=1 \
DATADIR=/usr/share/games/crawl \
DESTDIR=$PKG \
SAVEDIR=~/.crawl/ \
SAVEDIR='~/.crawl/' \
SDL2=1 \
TILES=1
make clean
make $TARGET \
prefix=/usr \
DATADIR=/usr/share/games/crawl \
SAVEDIR=~/.crawl/
SAVEDIR='~/.crawl/'
cp crawl $PKG/usr/games/crawl-ascii
cd ..

View File

@ -1,8 +1,8 @@
PRGNAM="stone_soup"
VERSION="0.21.0"
VERSION="0.21.1"
HOMEPAGE="https://crawl.develz.org/"
DOWNLOAD="https://crawl.develz.org/release/0.21/stone_soup-0.21.0-nodeps.tar.xz"
MD5SUM="af2bf124a7731170a780c35395d925c1"
DOWNLOAD="https://crawl.develz.org/release/0.21/stone_soup-0.21.1-nodeps.tar.xz"
MD5SUM="2fd51462581a5c457b0a2343bcc8a320"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua SDL2_image"