games/freeciv: Updated for version 2.2.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
abe20c885f
commit
63c61669bd
|
@ -11,10 +11,3 @@ and is easily one of the most fun and addictive network games out
|
|||
there! That also means it has very extensive multilanguage support,
|
||||
something rare in games.
|
||||
|
||||
Note: Building this on Slackware64, it complains about a missing mikmod
|
||||
lib. This is actually a little bug in Slackware64 that I reported
|
||||
to Patrick. The library is not needed at all, but the libSDL_mixer.la
|
||||
file incorrectly states it as a dependency. On 32-bits Slackware this
|
||||
does not happen.
|
||||
|
||||
This requires libmikmod to compile on Slackware64.
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
# Written by Iskar Enev <iskar.enev[@]gmail.com>
|
||||
|
||||
# Maintained as of version 2.2.2 by Niels Horn <niels.horn@gmail.com>
|
||||
# Revision date: 2011/02/13
|
||||
# Revision date: 2011/03/30
|
||||
|
||||
PRGNAM=freeciv
|
||||
VERSION=2.2.4
|
||||
VERSION=2.2.5
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="freeciv"
|
||||
VERSION="2.2.4"
|
||||
VERSION="2.2.5"
|
||||
HOMEPAGE="http://www.freeciv.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/freeciv/freeciv-2.2.4.tar.bz2"
|
||||
MD5SUM="29dec5214b565c19d925cb82c4373831"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/freeciv/freeciv-2.2.5.tar.bz2"
|
||||
MD5SUM="e717de02c77139593f21b930245d1709"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Niels Horn"
|
||||
|
|
Loading…
Reference in New Issue