You are not logged in.

#1 2005-02-04 00:32:36

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

bzflag 2 for the impatient. pkgbuild included.

Bzflag 2.0.0 is out! A lot of changes and new possibilities.
If you are using the old version and you're surprised by a low number of players online - that's the reason.

Note: dependencies have changed a little comparing to the previous version.

bzflag PKGBUILD

pkgname=bzflag
pkgver=2.0.0.20050117
pkgrel=1
pkgdesc="BZFlag is a multiplayer 3D tank battle game"
url="http://www.bzflag.org"
depends=('sdl' 'curl')
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('888cc77d5be62dcf18f103bd5589baa2')

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

Offline

#2 2005-03-20 18:13:42

Virtual DarKness
Member
From: Italy
Registered: 2004-04-02
Posts: 32
Website

Re: bzflag 2 for the impatient. pkgbuild included.

hi lanrat,
thanks a lot for providing the PKGBUILD.

There's the updated version with the new bzflag release and md5 wink

pkgname=bzflag
pkgver=2.0.2.20050318
pkgrel=1
pkgdesc="BZFlag is a multiplayer 3D tank battle game"
url="http://www.bzflag.org"
depends=('sdl' 'curl')
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('97e8d9cae888430e997bb0d9cdca64b2')

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


ciao,
Giovanni.


Linux registered user #72162

Offline

Board footer

Powered by FluxBB