diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2022-04-01 18:20:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:06 +0700 |
commit | ce2ac85efe37512eaa5c8bedbb0b3037e9157828 (patch) | |
tree | a23c7f3f761055913c649e1b2f03f5eb492c0c6f /games | |
parent | 9c6a63035eefd07315690e27b1b4968aaa9623cc (diff) | |
download | slackbuilds-ce2ac85efe37512eaa5c8bedbb0b3037e9157828.tar.gz |
games/crispy-doom: Updated for version 5.11.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/crispy-doom/README | 4 | ||||
-rw-r--r-- | games/crispy-doom/crispy-doom.SlackBuild | 8 | ||||
-rw-r--r-- | games/crispy-doom/crispy-doom.info | 6 |
3 files changed, 10 insertions, 8 deletions
diff --git a/games/crispy-doom/README b/games/crispy-doom/README index dd3e67c1c7..d6c441345c 100644 --- a/games/crispy-doom/README +++ b/games/crispy-doom/README @@ -3,3 +3,7 @@ display resolution, removes the static limits of the Doom engine and offers further optional visual, tactical and physical enhancements remaining entirely config file, savegame, netplay and demo compatible with the original. + +Only crispy-doom , crispy-heretic and crispy-hexen are built with this +script. For crispy-strife, please try one of the other DooM ports on +SBo (like chocolate-doom, gzdoom, etc). diff --git a/games/crispy-doom/crispy-doom.SlackBuild b/games/crispy-doom/crispy-doom.SlackBuild index c40f403e8e..9c75da62b8 100644 --- a/games/crispy-doom/crispy-doom.SlackBuild +++ b/games/crispy-doom/crispy-doom.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=crispy-doom -VERSION=${VERSION:-5.10.1} +VERSION=${VERSION:-5.11.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,9 +86,6 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM \ --bindir=/usr/games \ @@ -103,7 +100,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -# Crispy-doom creates its own doc directory, so we'll use that and rename it: +# Crispy-doom insists on creating its own doc directory, +# so we'll use that and rename it: mv $PKG/usr/doc/$PRGNAM $PKG/usr/doc/$PRGNAM-$VERSION cp -n ChangeLog *.md $PKG/usr/doc/$PRGNAM-$VERSION || true cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/games/crispy-doom/crispy-doom.info b/games/crispy-doom/crispy-doom.info index 11c73df371..6d4a9a8ae3 100644 --- a/games/crispy-doom/crispy-doom.info +++ b/games/crispy-doom/crispy-doom.info @@ -1,8 +1,8 @@ PRGNAM="crispy-doom" -VERSION="5.10.1" +VERSION="5.11.1" HOMEPAGE="http://www.chocolate-doom.org/wiki/index.php/Crispy_Doom" -DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.10.1.tar.gz" -MD5SUM="c23f11a1cd7ae70613b1a213116f7dcb" +DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.11.1.tar.gz" +MD5SUM="1b2a1125610c8d1edbc306db0119c873" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |