opt/scorched3d/Pkgfile
2006-02-23 15:26:10 +00:00

20 lines
508 B
Plaintext

# Description: A 3D recreation of the classic DOS game Scorched Earth.
# URL: http://www.scorched3d.co.uk/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
# Depends on: sdl_mixer, sdl_net, wxgtk
name=scorched3d
version=39.1
release=1
source=(http://dl.sourceforge.net/$name/Scorched3D-$version-src.tar.gz)
build() {
cd scorched
./configure --prefix=/usr \
--datadir=/usr/share/$name \
--disable-openaltest
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/$name/documentation
}