You are not logged in.

#1 2004-12-09 16:58:39

DXManiac
Member
From: Hamburg, Germany
Registered: 2004-12-09
Posts: 46
Website

[new] Scorched3D Version 38

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

#2 2004-12-09 17:12:59

IceRAM
Member
From: Bucharest, Romania
Registered: 2004-03-04
Posts: 772
Website

Re: [new] Scorched3D Version 38

I can't wait to test it.
10x

Offline

#3 2004-12-09 20:55:27

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: [new] Scorched3D Version 38

Looks pretty nice! Maybe we could play a multiplayer match. smile


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

Board footer

Powered by FluxBB