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/crispy-doom/crispy-doom.SlackBuild | |
parent | 9c6a63035eefd07315690e27b1b4968aaa9623cc (diff) |
games/crispy-doom: Updated for version 5.11.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/crispy-doom/crispy-doom.SlackBuild')
-rw-r--r-- | games/crispy-doom/crispy-doom.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/crispy-doom/crispy-doom.SlackBuild b/games/crispy-doom/crispy-doom.SlackBuild index c40f403e8e65..9c75da62b856 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 |