You are not logged in.
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 .
Diplomacy with AI and borders. Sasasasa.
jabber id: arael (at) fov (dot) pl
Offline
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