diff options
author | David Melik <dchmelik@gmail.com> | 2024-02-03 22:04:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-03 22:16:44 +0700 |
commit | 65d129824a3775bf00b2a063d6fce7cf321af18f (patch) | |
tree | 1df8c694e4604015fe58383f04ca505082c45922 /games | |
parent | 12ac1b9c7ff2f0d8d936380bef3e7eeb83ef5152 (diff) |
games/crawl: Updated for version 0.31.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/crawl/crawl.SlackBuild | 16 | ||||
-rw-r--r-- | games/crawl/crawl.info | 6 |
2 files changed, 11 insertions, 11 deletions
diff --git a/games/crawl/crawl.SlackBuild b/games/crawl/crawl.SlackBuild index f9d1f39c86085..dd6dac8db6937 100644 --- a/games/crawl/crawl.SlackBuild +++ b/games/crawl/crawl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Dungeon Crawl Stone Soup -# Copyright 2023, SlackBuilds.org Project, David Melik, Spokane, WA, USA +# Copyright 2024, SlackBuilds.org Project, David Melik, Spokane, WA, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=crawl -VERSION=${VERSION:-0.30.1} +VERSION=${VERSION:-0.31.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -68,7 +68,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/${SRCNAM}-$VERSION.tar.xz +tar xvf $CWD/${SRCNAM}-$VERSION-nodeps.tar.xz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ @@ -78,16 +78,16 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; cd source - # do not remove the quotes from SAVEDIR='~/.crawl/' - # (~ needs to be evaluated at runtime, not buildtime) - make $TARGET \ + # Do not remove quotation marks from SAVEDIR='~/.crawl/'. + # $SAVEDIR needs evaluating at runtime. + make \ prefix=/usr \ COPY_FONTS=1 \ DATADIR=/usr/share/games/crawl \ SAVEDIR='~/.crawl/' \ SDL2=1 \ TILES=1 - make $TARGET install \ + make install \ prefix=/usr \ COPY_FONTS=1 \ DATADIR=/usr/share/games/crawl \ @@ -96,7 +96,7 @@ cd source SDL2=1 \ TILES=1 make clean - make $TARGET \ + make \ prefix=/usr \ DATADIR=/usr/share/games/crawl \ SAVEDIR='~/.crawl/' diff --git a/games/crawl/crawl.info b/games/crawl/crawl.info index 3d19db95645b5..a653d05ea659e 100644 --- a/games/crawl/crawl.info +++ b/games/crawl/crawl.info @@ -1,8 +1,8 @@ PRGNAM="crawl" -VERSION="0.30.1" +VERSION="0.31.0" HOMEPAGE="http://crawl.develz.org/" -DOWNLOAD="https://github.com/crawl/crawl/releases/download/0.30.1/stone_soup-0.30.1.tar.xz" -MD5SUM="2c4d3c13f0308006bf4d83bc7dcdda93" +DOWNLOAD="https://github.com/crawl/crawl/releases/download/0.31.0/stone_soup-0.31.0-nodeps.tar.xz" +MD5SUM="7f35dd3b6eb5b060df870a9c441bd70a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" |