games/yamagi-quake2: Updated for version 7.30.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b3ae3a1fd9
commit
8f2468823c
|
@ -5,7 +5,7 @@ OpenAL and SDL2 are recommended optional dependencies.
|
|||
|
||||
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-7.30/ for details.
|
||||
/usr/doc/yamagi-quake2-7.41/ for details.
|
||||
|
||||
To get a reasonable default configuration, copy
|
||||
/usr/doc/yamagi-quake2-7.30/yq2.cfg to your baseq2 directory.
|
||||
/usr/doc/yamagi-quake2-7.41/yq2.cfg to your baseq2 directory.
|
||||
|
|
|
@ -25,13 +25,13 @@
|
|||
# Includes components from the Arch Linux AUR builds.
|
||||
|
||||
PRGNAM=yamagi-quake2
|
||||
VERSION=${VERSION:-7.30}
|
||||
VERSION=${VERSION:-7.41}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CTFVER=${CTFVER:-1.05}
|
||||
XATRIXVER=${XATRIXVER:-2.05}
|
||||
ROGUEVER=${ROGUEVER:-2.04}
|
||||
CTFVER=${CTFVER:-1.06}
|
||||
XATRIXVER=${XATRIXVER:-2.06}
|
||||
ROGUEVER=${ROGUEVER:-2.05}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -185,7 +185,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/{ctf-$CTFVER,quake2-xatrix-$XATRIXVER,qua
|
|||
cd $TMP
|
||||
|
||||
cp -a \
|
||||
quake2-$VERSION/{CHANGELOG,CONTRIBUTE,LICENSE,README.md,stuff/yq2.cfg} \
|
||||
quake2-$VERSION/{CHANGELOG,LICENSE,README.md,stuff/yq2.cfg} \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
cp -a \
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
PRGNAM="yamagi-quake2"
|
||||
VERSION="7.30"
|
||||
HOMEPAGE="http://www.yamagi.org/quake2/"
|
||||
DOWNLOAD="http://deponie.yamagi.org/quake2/quake2-7.30.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-ctf-1.05.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-xatrix-2.05.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-rogue-2.04.tar.xz"
|
||||
MD5SUM="c231d12ed3992201c30d3a54401de855 \
|
||||
dcb151095f2a73d901adf79c4579eba0 \
|
||||
3a0cb883c67c30748f62c9658ff6f225 \
|
||||
b89ee067b8fbbb11afdabfaedd1035a4"
|
||||
DOWNLOAD="http://deponie.yamagi.org/quake2/quake2-7.41.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-ctf-1.06.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-xatrix-2.06.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-rogue-2.05.tar.xz"
|
||||
MD5SUM="73355f0774302a7f498de09ae54e80d5i \
|
||||
0931c7ca434ff235cfeb585e391fd9f1 \
|
||||
3036eab68e3df6b9fadc34b139ea12d8 \
|
||||
7be328f5098edbb5bcdb364e8e997bbd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2"
|
||||
|
|
Loading…
Reference in New Issue