diff options
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/README | 7 | ||||
-rw-r--r-- | games/freeciv/freeciv.SlackBuild | 4 | ||||
-rw-r--r-- | games/freeciv/freeciv.info | 6 |
3 files changed, 5 insertions, 12 deletions
diff --git a/games/freeciv/README b/games/freeciv/README index 269cabd08b..201f764626 100644 --- a/games/freeciv/README +++ b/games/freeciv/README @@ -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. diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild index 8b574f09a2..ffc40ae60a 100644 --- a/games/freeciv/freeciv.SlackBuild +++ b/games/freeciv/freeciv.SlackBuild @@ -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} diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info index d318d4fd37..47c502c29c 100644 --- a/games/freeciv/freeciv.info +++ b/games/freeciv/freeciv.info @@ -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" |