You are not logged in.

#1 2004-10-26 12:23:53

arael
Member
From: Poland, Katowice
Registered: 2004-02-25
Posts: 75

Freeciv 2.0 beta

pkgname=freeciv
pkgver=2.0.0beta2
opkgver=2.0.0-beta2
pkgrel=1
pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
depends=('gtk2' 'ncurses' 'sdl_mixer' 'alsa-lib' 'sdl' 'libogg' 'libvorbis' 'readline' 'imlib' 'glib')
source=(ftp://ftp.freeciv.org/freeciv/beta/$pkgname-$opkgver.tar.gz)
url="http://www.freeciv.org/"
build() {
  cd $startdir/src/$pkgname-$opkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

I've just changed source and version (I was in haste to play in it). Still it works. It need testing, yes, yes, yes smile .

Diplomacy with AI and borders. Sasasasa.


jabber id: arael (at) fov (dot) pl

Offline

#2 2004-10-26 14:08:30

arael
Member
From: Poland, Katowice
Registered: 2004-02-25
Posts: 75

Re: Freeciv 2.0 beta

pkgname=freeciv-stdsounds
pkgver=2.0
pkgrel=1
pkgdesc="Soundset for freeciv"
depends=('freeciv')
source=(ftp://ftp.freeciv.org/freeciv/contrib/sounds/sets/stdsounds2.tar.gz)
url="http://www.freeciv.org/"
build() {
  mkdir -p $startdir/pkg/usr/share/freeciv/
  mv $startdir/src/stdsounds.soundspec $startdir/pkg/usr/share/freeciv/
  mv $startdir/src/stdsounds $startdir/pkg/usr/share/freeciv/
}

Playing without a sound isn't cool.


jabber id: arael (at) fov (dot) pl

Offline

Board footer

Powered by FluxBB