diff options
Diffstat (limited to 'games/yamagi-quake2/yamagi-quake2.SlackBuild')
-rw-r--r-- | games/yamagi-quake2/yamagi-quake2.SlackBuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/yamagi-quake2/yamagi-quake2.SlackBuild b/games/yamagi-quake2/yamagi-quake2.SlackBuild index bef2047c75650..abc859acb338c 100644 --- a/games/yamagi-quake2/yamagi-quake2.SlackBuild +++ b/games/yamagi-quake2/yamagi-quake2.SlackBuild @@ -27,14 +27,14 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=yamagi-quake2 -VERSION=${VERSION:-7.45} +VERSION=${VERSION:-8.20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -CTFVER=${CTFVER:-1.08} -XATRIXVER=${XATRIXVER:-2.09} -ROGUEVER=${ROGUEVER:-2.08} +CTFVER=${CTFVER:-1.09} +XATRIXVER=${XATRIXVER:-2.11} +ROGUEVER=${ROGUEVER:-2.10} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -131,7 +131,7 @@ cd build make cp -r Release/* $PKG/usr/share/quake2/ctf cd .. -install -D -m 755 $CWD/ctf.sh $PKG/usr/bin/ctf +install -D -m 755 $CWD/ctf.sh $PKG/usr/bin/quake2-ctf # Mission Pack 1 support @@ -157,7 +157,7 @@ cd build cp -r Release/* $PKG/usr/share/quake2/xatrix cd .. -install -D -m 755 $CWD/xatrix.sh $PKG/usr/bin/xatrix +install -D -m 755 $CWD/xatrix.sh $PKG/usr/bin/quake2-xatrix # Mission Pack 2 support @@ -183,7 +183,7 @@ cd build cp -r Release/* $PKG/usr/share/quake2/rogue cd .. -install -D -m 755 $CWD/rogue.sh $PKG/usr/bin/rogue +install -D -m 755 $CWD/rogue.sh $PKG/usr/bin/quake2-rogue find $PKG/usr/share/quake2 -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |