You are not logged in.
Love this game. Anyone interested in packaging this?
Offline
you mean this?
The impossible missions are the only ones which succeed.
Offline
sources are here:
http://belnet.dl.sourceforge.net/source … src.tar.gz
... but i cannot try now, as my connection is 1kb/s now and the file is ~19mb
The impossible missions are the only ones which succeed.
Offline
Here is it
# Contributor: Rensel <rensel@email.it>
pkgname=scorched3d
pkgver=37.2
pkgrel=1
pkgdesc="A 3D game based loosely on the classic DOS game Scorched Earth"
url="http://www.scorched3d.co.uk"
license="GPL"
depends=('x-server' 'sdl' 'sdl_mixer' 'sdl_net' 'freetype2' 'wxgtk' 'libvorbis')
makedepends=()
source=(http://download.sourceforge.net/$pkgname/Scorched3D-$pkgver-src.tar.gz)
md5sums=('08ba1a2252446b539dcd2067836e7ad3')
build() {
cd $startdir/src/scorched
./configure --prefix=/usr/share/$pkgname --bindir=/usr/bin --datadir=/usr/share/$pkgname
make || return 1
make DESTDIR=$startdir/pkg install
rm -rf $startdir/pkg/usr/share/$pkgname/documentation
}
Arch GNU/Linux 0.7 Trusted User
"If I were more modest, I would be perfect"
Offline
Thanks for getting to it so fast. I appreciate it.
Offline