mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
games/doomseeker: Updated for version 0.10b.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
1ea788d4fc
commit
f8263a315f
3 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
Doomseeker is a cross-platform server browser for Doom. The goal of
|
||||
Doomseeker is to provide a smooth, consistant experience for Doom players
|
||||
regardless of port or platform. Doomseeker provides support for Skulltag
|
||||
along with Chocolate Doom, Odamex, and Vavoom.
|
||||
regardless of port or platform. Doomseeker provides support for Zandronum,
|
||||
Chocolate Doom, Odamex, and Vavoom.
|
||||
|
||||
The first time you run Doomseeker, you will have tell it the location
|
||||
of your Doom engine binaries and IWAD files. It won't look in your
|
||||
|
@ -9,5 +9,5 @@ PATH for the binaries, they'll be in either /usr/bin, /usr/games,
|
|||
or similar. If you don't know where your IWAD file(s) are located,
|
||||
try /usr/share/games/doom.
|
||||
|
||||
This requires one or both of skulltag and odamex (at least, to be useful
|
||||
for anything, it needs at least one supported Doom engine).
|
||||
This requires one or both of chocolate-doom or odames (at least, to be
|
||||
useful for anything, it needs at least one supported Doom engine).
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
PRGNAM=doomseeker
|
||||
VERSION=${VERSION:-0.9b}
|
||||
VERSION=${VERSION:-0.10b}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="doomseeker"
|
||||
VERSION="0.9b"
|
||||
VERSION="0.10b"
|
||||
HOMEPAGE="http://doomseeker.drdteam.org/"
|
||||
DOWNLOAD="http://doomseeker.drdteam.org/files/doomseeker-0.9b_src.tar.bz2"
|
||||
MD5SUM="bd922eb6b0f883bbc07155b3b75bb63b"
|
||||
DOWNLOAD="http://doomseeker.drdteam.org/files/doomseeker-0.10b_src.tar.bz2"
|
||||
MD5SUM="55edd152a0a80e505f6ebefcb48cc0eb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README%"
|
||||
|
|
Loading…
Reference in a new issue