You are not logged in.

#1 2007-11-04 21:10:14

pseb
Member
From: Marburg, Germany
Registered: 2007-09-27
Posts: 85

Freeciv 2.1 stable

Hi,
the stable version of Freeciv 2.1 is out. http://freeciv.wikia.com/index.php/Freeciv
Well, I have never made a package - but maybe someone else wants to make a package? (I think, I'd manage it to compile it for myself, but I have no experience in making packages, that should actually work on other peoples' computers...:/ )
best regards,
Sebastian

Offline

#2 2007-11-05 09:51:07

tkjacobsen
Member
From: Denmark
Registered: 2007-07-07
Posts: 29

Re: Freeciv 2.1 stable

This is just a version bumb from that in repos. Working great for me.

EDIT: Now the sounds are included in the tarball, so they are also removed from the PKGBUILD (not downloaded again).

PKGBUILD:

pkgname=freeciv
pkgver=2.1.0
pkgrel=1
pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
arch=(i686 x86_64)
depends=(gtk2 sdl_mixer esd readline)
makedepends=(pkgconfig)
license=(GPL)
source=(http://dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('f640aa48abca0a235220d6df22b9bc82')

url="http://www.freeciv.org/"

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

Last edited by tkjacobsen (2007-11-05 09:52:03)


To save time, reboot your computer in the background using "reboot &"

Offline

#3 2007-11-05 15:20:12

pseb
Member
From: Marburg, Germany
Registered: 2007-09-27
Posts: 85

Re: Freeciv 2.1 stable

Yeah, thank you! Works for me, too. ;-)

Offline

Board footer

Powered by FluxBB