games/yamagi-quake2: Updated for version 5.30.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dugan Chen 2015-05-31 08:33:11 +07:00 committed by Willy Sudiarto Raharjo
parent dee4511d39
commit 7bba69f99d
3 changed files with 16 additions and 17 deletions

View file

@ -1,14 +1,14 @@
This is an enhanced client for Id Software's legendary Quake II. It focuses on
single-player. Features include rock-solid stability and AMD64 support.
OpenAL and SDL2 are recommended optional dependencies. Install them first, then
OpenAL is recommended optional dependency. Install them first, then
do:
WITH_OPENAL=yes WITH_SDL2=yes ./yamagi-quake2.SlackBuild
WITH_OPENAL=yes ./yamagi-quake2.SlackBuild
Before playing, copy your Quake2 data files into the appropriate subdirectories
of /usr/share/quake2. Please refer to the README files in
/usr/doc/yamagi-quake2-5.23/ for details.
/usr/doc/yamagi-quake2-5.30/ for details.
To get a reasonable default configuration, copy
/usr/doc/yamagi-quake2-5.23/yq2.cfg to your baseq2 directory.
/usr/doc/yamagi-quake2-5.30/yq2.cfg to your baseq2 directory.

View file

@ -25,15 +25,14 @@
# Includes components from the Arch Linux AUR builds.
PRGNAM=yamagi-quake2
VERSION=${VERSION:-5.23}
VERSION=${VERSION:-5.30}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CTFVER=${CTFVER:-1.02}
XATRIXVER=${XATRIXVER:-2.01}
ROGUEVER=${ROGUEVER:-2.00}
XATRIXVER=${XATRIXVER:-2.02}
ROGUEVER=${ROGUEVER:-2.01}
WITH_SDL2=${WITH_SDL2:-no}
WITH_OPENAL=${WITH_OPENAL:-no}
if [ -z "$ARCH" ]; then
@ -83,7 +82,7 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
make WITH_SDL2=$WITH_SDL2 WITH_OPENAL=$WITH_OPENAL
make WITH_OPENAL=$WITH_OPENAL
mkdir -p $PKG/usr/{bin,share/quake2/{ctf,xatrix,rogue}}
cp -r release/* $PKG/usr/share/quake2

View file

@ -1,16 +1,16 @@
PRGNAM="yamagi-quake2"
VERSION="5.23"
VERSION="5.30"
HOMEPAGE="http://www.yamagi.org/quake2/"
DOWNLOAD="http://deponie.yamagi.org/quake2/quake2-5.23.tar.xz \
DOWNLOAD="http://deponie.yamagi.org/quake2/quake2-5.30.tar.xz \
http://deponie.yamagi.org/quake2/quake2-ctf-1.02.tar.xz \
http://deponie.yamagi.org/quake2/quake2-xatrix-2.01.tar.xz \
http://deponie.yamagi.org/quake2/quake2-rogue-2.00.tar.xz"
MD5SUM="0d63ac57fb70f8c4f9b58cea262a8ced \
http://deponie.yamagi.org/quake2/quake2-xatrix-2.02.tar.xz \
http://deponie.yamagi.org/quake2/quake2-rogue-2.01.tar.xz"
MD5SUM="1dcfa4dbabe3a34f31b9f9acf3aa4b4 \
cb54db38b0216d04f27b6ccb605679d0 \
d8b43978c196bd426acde0efef870ebb \
9b058f2821fddf8776561ab245cfff85"
36e453613620aaa312d8b6ef654b9cdc \
57cdc9d42c60e3f0ef7dc7d339379bc1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="SDL2"
MAINTAINER="Dugan Chen"
EMAIL="thedoogster [at] gmail [dot] com"