You are not logged in.

#1 2004-03-17 21:32:19

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

NetPanzer

I tried but it uses jam and somehow I can't make it neutral [got very angry]

if anyone wants to try (is an excellent game):
http://netpanzer.berlios.de/
you should take care of the netpanzerdata too


you don't have to make physicsfs
ftp://ftp.archlinux.org/incoming/physfs-1.0.0-1.tar.bz2
[this bz2 file, include also the FILELIST and the PKGBUILD I used]

here is my PKGBUILD for netpanzer (hack it if you know/can/want_to)

# Contributor: Nikos Kouremenos <nk@ebox.gr>

pkgname=netpanzer
pkgver=0.1.5
pkgrel=1
pkgdesc="netPanzer is an online multiplayer tactical warfare game designed for FAST ACTIO
N combat"
makedepends=(gcc jam sdl sdl_net sdl_mixer sdl_image sdl_ttf physfs)
md5sums=('6ffd1d301362d9a2bd9b1f77fa09ed67')
source=(http://download.berlios.de/netpanzer/$pkgname-$pkgver.tar.bz2)
url="http://netpanzer.berlios.de/"

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure #--prefix=/usr
  jam || return 1
  jam install #prefix=$startdir/pkg/usr install
}

Offline

#2 2004-03-18 18:26:24

wakeupbomb
Member
From: Liverpool, UK
Registered: 2004-02-15
Posts: 164

Re: NetPanzer

I play this all the time, awesome game. Could really do with some more games available through pacman.

Offline

Board footer

Powered by FluxBB