contrib/true-combat-elite/Pkgfile

30 lines
1.0 KiB
Plaintext

# Description: TrueCombat:Elite is a team-based realism modification based on Enemy Territory.
# URL: http://www.truecombatelite.com/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on: enemy-territory
name=true-combat-elite
version=0.49b
release=4
source=(http://www.truecombatelite.com/files/TrueCombatElite_v049_Linux.run.gz \
http://www.truecombatelite.com/files/tce049b_all_os_fixed.zip \
tce $name.desktop)
build() {
chmod +x TrueCombatElite_v049_Linux.run.gz
./TrueCombatElite_v049_Linux.run.gz --noexec --target tmp
install -d $PKG/usr/share/enemy-territory
tar -C $PKG/usr/share/enemy-territory -xf tmp/tce_0.49.tar.bz2
rm -f $PKG/usr/share/enemy-territory/*.{rtf.txt}
# 0.49b
cp $SRC/*.{pk3,so,dat} $PKG/usr/share/enemy-territory/tcetest
install -D -m 0755 $SRC/tce $PKG/usr/bin/tce
ln -sf /usr/bin/tce $PKG/usr/bin/$name
install -D -m 0644 tmp/tce.xpm $PKG/usr/share/pixmaps/tce.xpm
install -D -m 0644 $SRC/$name.desktop $PKG/usr/share/applications/$name.desktop
}