diff options
author | David Melik <dchmelik@gmail.com> | 2018-03-11 14:06:02 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:46 +0700 |
commit | d2ed048cd615d67d4e5d19e4fb0b0c0cdf57e2c0 (patch) | |
tree | f3b196b60f5ee500b9d44b2be9de074a832c33e4 /games/stone_soup | |
parent | a296afc2fb3284f3293d9aedaaf7bfc3b3d58202 (diff) | |
download | slackbuilds-d2ed048cd615d67d4e5d19e4fb0b0c0cdf57e2c0.tar.gz |
games/stone_soup: Updated for version 0.21.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/stone_soup')
-rw-r--r-- | games/stone_soup/README | 1 | ||||
-rw-r--r-- | games/stone_soup/slack-desc | 8 | ||||
-rw-r--r-- | games/stone_soup/stone_soup.SlackBuild | 8 | ||||
-rw-r--r-- | games/stone_soup/stone_soup.info | 6 |
4 files changed, 11 insertions, 12 deletions
diff --git a/games/stone_soup/README b/games/stone_soup/README index 39e418c000..5357759a51 100644 --- a/games/stone_soup/README +++ b/games/stone_soup/README @@ -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. - diff --git a/games/stone_soup/slack-desc b/games/stone_soup/slack-desc index 3b3971762e..c23aeb2c3d 100644 --- a/games/stone_soup/slack-desc +++ b/games/stone_soup/slack-desc @@ -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/ diff --git a/games/stone_soup/stone_soup.SlackBuild b/games/stone_soup/stone_soup.SlackBuild index 6c52b68769..8c1a7ff523 100644 --- a/games/stone_soup/stone_soup.SlackBuild +++ b/games/stone_soup/stone_soup.SlackBuild @@ -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 .. diff --git a/games/stone_soup/stone_soup.info b/games/stone_soup/stone_soup.info index d852a4ef0b..407993ef5f 100644 --- a/games/stone_soup/stone_soup.info +++ b/games/stone_soup/stone_soup.info @@ -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" |