enemy-territory: up-to-date punkbuster (thanks to pitillo and tilman), also added README file for instructions.
This commit is contained in:
parent
a45e27baa1
commit
e14ceb1612
@ -6,23 +6,23 @@
|
||||
|
||||
name=enemy-territory
|
||||
version=2.60b
|
||||
release=3
|
||||
release=4
|
||||
source=(ftp://ftp.ntua.gr/pub/vendors/idgames/idstuff/et/linux/et-linux-2.60.x86.run \
|
||||
ftp://ftp.ntua.gr/pub/vendors/idgames/idstuff/et/ET-2.60b.zip \
|
||||
et.sh)
|
||||
et)
|
||||
|
||||
build() {
|
||||
chmod +x et-linux-2.60.x86.run
|
||||
./et-linux-2.60.x86.run --noexec --target tmp
|
||||
install -d $PKG/usr/share/$name/{etmain/video,pb/htm}
|
||||
install -d $PKG/usr/{bin,share/pixmaps}
|
||||
install -m 0644 tmp/etmain/*.{pk3,so,cfg,dat} $PKG/usr/share/$name/etmain
|
||||
install -m 0644 tmp/etmain/video/* $PKG/usr/share/$name/etmain/video
|
||||
install -m 0644 tmp/pb/*.{so,x86,db} $PKG/usr/share/$name/pb
|
||||
install -m 0644 tmp/pb/htm/* $PKG/usr/share/$name/pb/htm
|
||||
install -m 0644 tmp/ET.xpm $PKG/usr/share/pixmaps
|
||||
install -d ${PKG}/usr/share/${name}/{etmain/video,pb/htm}
|
||||
install -d ${PKG}/usr/{bin,share/pixmaps}
|
||||
install -m 0644 tmp/etmain/*.{pk3,so,cfg,dat} ${PKG}/usr/share/${name}/etmain
|
||||
install -m 0644 tmp/etmain/video/* ${PKG}/usr/share/${name}/etmain/video
|
||||
install -m 0644 tmp/pb/*.{so,x86,db} ${PKG}/usr/share/${name}/pb
|
||||
install -m 0644 tmp/pb/htm/* ${PKG}/usr/share/${name}/pb/htm
|
||||
install -m 0644 tmp/ET.xpm ${PKG}/usr/share/pixmaps
|
||||
# 2.60b patch
|
||||
install -m 0755 Enemy\ Territory\ 2.60b/linux/*.x86 $PKG/usr/share/$name
|
||||
install -m 0755 et.sh $PKG/usr/bin/et
|
||||
ln -sf /usr/bin/et $PKG/usr/bin/$name
|
||||
install -m 0755 Enemy\ Territory\ 2.60b/linux/*.x86 ${PKG}/usr/share/${name}
|
||||
install -m 0755 et ${PKG}/usr/bin/et
|
||||
ln -sf /usr/bin/et ${PKG}/usr/bin/${name}
|
||||
}
|
||||
|
15
enemy-territory/README
Normal file
15
enemy-territory/README
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
README for enemy-territory 2.60b
|
||||
|
||||
|
||||
POST-INSTALL
|
||||
|
||||
To have punkbuster up to date you need to download the lastest pbsetup.run
|
||||
(http://websec.evenbalance.com/downloads/linux/pbsetup.run)
|
||||
Execute it and setup the game you want in grafical mode (gtk) or from the
|
||||
command line as shown:
|
||||
|
||||
$ cd /tmp; wget http://websec.evenbalance.com/downloads/linux/pbsetup.run
|
||||
$ chmod +x pbsetup.run; ./pbsetup.run -l
|
||||
$ sed -i 's|/usr/local/games/enemy-territory|/usr/share/enemy-territory|' pbgame.htm
|
||||
$ ./pbsetup.run --i-accept-the-pb-eula --add-game=et
|
Loading…
x
Reference in New Issue
Block a user