games/zdoom: Updated for version 2.6.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Pablo Santamaria 2012-07-29 23:53:07 -05:00 committed by Robby Workman
parent 466d3d7b6c
commit c1986a4f49
4 changed files with 14 additions and 15 deletions

View file

@ -1,7 +1,6 @@
zdoom (an enhanced port of the official DOOM source code)
ZDoom is an enhanced port of the official DOOM source code.
Originally for Win32 (Windows 95/98/NT), it is now available
for Linux as well.
This require p7zip, fmodapi, TiMidity++ (optional, but recommend)
This requires p7zip and fmodapi.
TiMidity++ is optional but recommended.

View file

@ -11,9 +11,9 @@ zdoom:
zdoom: ZDoom is an enhanced port of the official DOOM source code.
zdoom: Originally for Win32 (Windows 95/98/NT), it is now available
zdoom: for Linux as well.
zdoom:
zdoom:
zdoom:
zdoom:
zdoom:
zdoom:
zdoom:
zdoom:
zdoom:
zdoom:
zdoom:

View file

@ -5,7 +5,7 @@
# Written by Pablo Santamaria (pablosantamaria@gmail.com)
PRGNAM=zdoom
VERSION=${VERSION:-2.5.0}
VERSION=${VERSION:-2.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -75,8 +75,8 @@ install -m644 $CWD/zdoom.desktop $PKG/usr/share/applications/
cd ..
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a docs/* $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,10 +1,10 @@
PRGNAM="zdoom"
VERSION="2.5.0"
VERSION="2.6.0"
HOMEPAGE="http://zdoom.org/"
DOWNLOAD="http://zdoom.org/files/zdoom/2.5/zdoom-2.5.0-src.7z"
MD5SUM="26afe95fb9fd28d91662563674bbb86e"
DOWNLOAD="http://zdoom.org/files/zdoom/2.6/zdoom-2.6.0-src.7z"
MD5SUM="26318282e8b28fe06f8a9d446d058b8c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Pablo Santamaria"
EMAIL="pablosantamaria@gmail.com"
APPROVED="Erik Hanson"
APPROVED="rworkman"