mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
games/yamagi-quake2: Updated for version 5.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
7ad416808b
commit
e49104b469
3 changed files with 15 additions and 15 deletions
|
@ -4,7 +4,7 @@ single-player. Features include rock-solid stability and AMD64 support.
|
|||
This only installs the Yamagi-Quake2 source port. Before playing it, you need
|
||||
to 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.00/ for details.
|
||||
/usr/doc/yamagi-quake2-5.10/ for details.
|
||||
|
||||
To get a reasonable default configuration, copy
|
||||
/usr/doc/yamagi-quake2-5.00/yq2.cfg to your baseq2 directory.
|
||||
/usr/doc/yamagi-quake2-5.10/yq2.cfg to your baseq2 directory.
|
||||
|
|
|
@ -25,13 +25,13 @@
|
|||
# Includes components from the Arch Linux AUR builds.
|
||||
|
||||
PRGNAM=yamagi-quake2
|
||||
VERSION=${VERSION:-5.00}
|
||||
VERSION=${VERSION:-5.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CTFVER=${CTFVER:-1.01}
|
||||
XATRIXVER=${XATRIXVER:-1.08}
|
||||
ROGUEVER=${ROGUEVER:-1.06}
|
||||
CTFVER=${CTFVER:-1.02}
|
||||
XATRIXVER=${XATRIXVER:-1.09}
|
||||
ROGUEVER=${ROGUEVER:-1.07}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
PRGNAM="yamagi-quake2"
|
||||
VERSION="5.00"
|
||||
VERSION="5.10"
|
||||
HOMEPAGE="http://www.yamagi.org/quake2/"
|
||||
DOWNLOAD="http://deponie.yamagi.org/quake2/quake2-5.00.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-ctf-1.01.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-xatrix-1.08.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-rogue-1.06.tar.xz"
|
||||
MD5SUM="a05706878bcef20d80d5a552bd42b23b \
|
||||
ac8d9813e3cf961d945e761bd5ec2bd8 \
|
||||
e9df395e697005382368d92ab55a28ba \
|
||||
0142e52fb747fa17d18608730503883d"
|
||||
DOWNLOAD="http://deponie.yamagi.org/quake2/quake2-5.10.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-ctf-1.02.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-xatrix-1.09.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-rogue-1.07.tar.xz"
|
||||
MD5SUM="ccb7a5a9206cb95f1d927f4deee6d7be \
|
||||
cb54db38b0216d04f27b6ccb605679d0 \
|
||||
9e7c59b7fc3fe1e0315a38300a7f03f2 \
|
||||
d696bbac1e408062ff7885f67965c4a4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="OpenAL"
|
||||
|
|
Loading…
Reference in a new issue