You are not logged in.

#1 2005-01-27 22:32:35

STiAT
Member
From: Vienna, Austria
Registered: 2004-12-23
Posts: 606

[new] Widelands

Widelands is an open source (GPLed) game (work in progress) using SDL.
It is in many ways similar to Settlers II by Bluebyte.

filelist
PKGBUILD
(BINARY)widelands-b9-1.pkg.tar.gz

It's the last package of the "games-spam" today. Just OpenCV will follow as soon as i get the old package of SourceForge, with the right checksum.

Update: Binary file available.

// STi


Ability is nothing without opportunity.

Offline

#2 2005-09-28 21:29:59

BartL
Member
From: The Netherlands
Registered: 2005-06-21
Posts: 29
Website

Re: [new] Widelands

since the parent's link is dead and I wanted to try the game, here is another PKGBUILD:

#contributor: Bart Leusink <bartleusink@gmail.com>
pkgname=widelands
pkgver=b9
pkgrel=1
pkgdesc="Widelands is inspired by Bluebyte's Settlers II and will someday be the logical extension of this game although you do not need the original game."
url="http://sourceforge.net/projects/widelands"
depends=('sdl')
source=(http://dl.sourceforge.net/sourceforge/widelands/$pkgname-$pkgver-source.tar.bz2)
md5sums=('0efaa379795496c05feee47de27b5dae') 

build()
{
cd $startdir/src/$pkgname/
BUILD=release USE_GGZ=yes make clean all
mkdir -p $startdir/pkg/usr/games/widelands/
cp -R widelands README campaigns fonts game_server maps pics tribes worlds $startdir/pkg/usr/games/widelands/
mkdir -p $startdir/pkg/usr/bin/
echo "#!/bin/sh" > $startdir/pkg/usr/bin/widelands
echo "cd /usr/games/widelands/" >> $startdir/pkg/usr/bin/widelands
echo "./widelands" >> $startdir/pkg/usr/bin/widelands
chmod +x $startdir/pkg/usr/bin/widelands
}

Offline

#3 2005-12-15 20:43:31

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

Re: [new] Widelands

can someone put this excellent game in AUR and maintain it please?

Offline

Board footer

Powered by FluxBB