mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/chocolate-doom: Updated for version 2.1.0.
This commit is contained in:
parent
d79083005e
commit
9efc6f1882
2 changed files with 7 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
PRGNAM=chocolate-doom
|
||||
VERSION=${VERSION:-2.0.0}
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -58,6 +58,8 @@ find -L . \
|
|||
patch -p1 < $CWD/disable_windres.diff
|
||||
autoreconf -if
|
||||
|
||||
# NB: Upstream uses --docdir in a weird way: docs for chocolate-doom
|
||||
# go in $docdir, the others go in e.g. "$docdir/../chocolate-hexen/".
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
@ -66,7 +68,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION/$PRGNAM \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
@ -75,11 +77,6 @@ make install DESTDIR=$PKG
|
|||
# install-strip fails to strip the *-setup binaries.
|
||||
strip $PKG/usr/games/*
|
||||
|
||||
# Grrr. --docdir is being ignored.
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mv $PKG/usr/share/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
rm -rf $PKG/usr/share/doc
|
||||
|
||||
gzip -9 $PKG/usr/man/man?/*
|
||||
|
||||
# Move icons to standard Slackware pixmap icon dir:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="chocolate-doom"
|
||||
VERSION="2.0.0"
|
||||
VERSION="2.1.0"
|
||||
HOMEPAGE="http://www.chocolate-doom.org/"
|
||||
DOWNLOAD="http://www.chocolate-doom.org/downloads/2.0.0/chocolate-doom-2.0.0.tar.gz"
|
||||
MD5SUM="5551fe8e319ff4a49848234faaa6df4f"
|
||||
DOWNLOAD="http://www.chocolate-doom.org/downloads/2.1.0/chocolate-doom-2.1.0.tar.gz"
|
||||
MD5SUM="b4c4e9063e94f269292a4fa946ebf33c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue