games/etlegacy: Updated for version 2.75.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2016-09-13 16:03:23 +02:00 committed by Willy Sudiarto Raharjo
parent 62cd756d41
commit 97e0cf776c
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
6 changed files with 10 additions and 10 deletions

View File

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=etlegacy
VERSION=${VERSION:-2.74}
VERSION=${VERSION:-2.75}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="etlegacy"
VERSION="2.74"
VERSION="2.75"
HOMEPAGE="http://www.etlegacy.com"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/etlegacy-v2.74-i386.tar.gz"
MD5SUM="113a41fb98e06f755ab732eb3e5089be"
DOWNLOAD_x86_64="http://ponce.cc/slackware/sources/repo/etlegacy-v2.74-x86_64.tar.gz"
MD5SUM_x86_64="b1c26341646f31594927952d44eb307f"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/etlegacy-v2.75-i386.tar.gz"
MD5SUM="d8fb0edb1b4d5f6a454eae41009d7d94"
DOWNLOAD_x86_64="http://ponce.cc/slackware/sources/repo/etlegacy-v2.75-x86_64.tar.gz"
MD5SUM_x86_64="3df5e69ed227775f3a304b4a94490059"
REQUIRES="%README% etlegacy-data"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"

View File

@ -2,4 +2,4 @@
# Simple script to start ET Legacy client
#
cd /usr/share/etlegacy
./etl $@
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./etl $@

View File

@ -2,4 +2,4 @@
# Simple script to start ET Legacy client/listen server with Omni-Bots
#
cd /usr/share/etlegacy
./etl +set omnibot_enable 1 +set omnibot_path "./legacy/omni-bot"
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./etl +set omnibot_enable 1 +set omnibot_path "./legacy/omni-bot" $@

View File

@ -2,4 +2,4 @@
# Simple script to start ET Legacy dedicated server
#
cd /usr/share/etlegacy
./etlded $@ +exec etl_server.cfg
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./etlded $@ +exec etl_server.cfg

View File

@ -2,4 +2,4 @@
# Simple script to start ET Legacy dedicated server with Omni-Bots
#
cd /usr/share/etlegacy
./etlded +set g_protect 1 +set omnibot_enable 1 +set omnibot_path "./legacy/omni-bot" +exec etl_server.cfg
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./etlded +set g_protect 1 +set omnibot_enable 1 +set omnibot_path "./legacy/omni-bot" +exec etl_server.cfg $@