games/etlegacy: Updated for version 2.75.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
62cd756d41
commit
97e0cf776c
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
# Simple script to start ET Legacy client
|
||||
#
|
||||
cd /usr/share/etlegacy
|
||||
./etl $@
|
||||
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./etl $@
|
||||
|
|
|
@ -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" $@
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 $@
|
||||
|
|
Loading…
Reference in New Issue