You are not logged in.
Hey all, I just made my first two packages..
One of them is Scorched3D, an OpenGL tank battle sort of game.
Here's the PKGBUILD.. Please note that I didn't know how to require OpenGL in any way.. Are there virtual packages in Archlinux? Like a dependency on OpenGL that could be satisfied by installing Mesa or the NVidia drivers?
# $Id: PKGBUILD,v 1.12 2003/11/06 08:26:13 dorphell Exp $
# Maintainer: Andre Naumann <anaumann@SPARCed.org>
# Contributor: Andre Naumann <anaumann@SPARCed.org>
pkgname=scorched3d
pkgver=38
pkgrel=3
pkgdesc='Scorched 3D is a game based loosely (or actually quite heavily now) on the classic DOS game Scorched Earth "The Mother Of All Games".'
url="http://scorched3d.co.uk"
groups=
provides=
depends=('wxgtk' 'sdl_mixer' 'sdl_net' 'libvorbis' 'xorg')
source=("http://heanet.dl.sourceforge.net/sourceforge/scorched3d/Scorched3D-${pkgver}-src.tar.gz")
md5sums=('7f4d384a488e9d7055e216543ec0c57b')
build() {
cd $startdir/src/scorched
./configure --prefix=/usr --datadir=/usr/share/scorched3d
make || return 1
make prefix=$startdir/pkg/usr datadir=$startdir/pkg/usr/share/scorched3d install
}
It's available in ftp.archlinux.org/incoming and at http://www.sun-interference.net/archlinux/
Offline
Offline
Looks pretty nice! Maybe we could play a multiplayer match.
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline