summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Niels Horn2011-10-27 19:21:30 +0200
committer Niels Horn2011-11-05 00:59:28 +0100
commit61356254a62d61ec64e9d338055b17657b44e717 (patch)
tree9f9e7c8c1d9d355701c22a67650ebcee49204447 /games
parent0752bdbb8f44c3342d09342fb38a9eb571feea45 (diff)
downloadslackbuilds-61356254a62d61ec64e9d338055b17657b44e717.tar.gz
games/freeciv: Updated for version 2.3.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/freeciv/README1
-rw-r--r--games/freeciv/freeciv.SlackBuild6
-rw-r--r--games/freeciv/freeciv.info8
3 files changed, 7 insertions, 8 deletions
diff --git a/games/freeciv/README b/games/freeciv/README
index 201f764626..f078ba0f1a 100644
--- a/games/freeciv/README
+++ b/games/freeciv/README
@@ -10,4 +10,3 @@ Freeciv is maintained by an international team of coders and enthusiasts,
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.
-
diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild
index 066a5eab51..68ecaf8df8 100644
--- a/games/freeciv/freeciv.SlackBuild
+++ b/games/freeciv/freeciv.SlackBuild
@@ -23,10 +23,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Revision date: 2011/08/04
+# Revision date: 2011/10/22
PRGNAM=freeciv
-VERSION=2.2.7
+VERSION=2.3.0
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -84,7 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-client=gtk \
--build=$ARCH-slackware-linux
-make
+make V=1
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info
index 76e29af1e3..2f71e4085a 100644
--- a/games/freeciv/freeciv.info
+++ b/games/freeciv/freeciv.info
@@ -1,10 +1,10 @@
PRGNAM="freeciv"
-VERSION="2.2.7"
+VERSION="2.3.0"
HOMEPAGE="http://www.freeciv.org"
-DOWNLOAD="http://downloads.sourceforge.net/freeciv/freeciv-2.2.7.tar.bz2"
-MD5SUM="db61c36222ad0bd1de233cf29226ff27"
+DOWNLOAD="http://downloads.sourceforge.net/freeciv/freeciv-2.3.0.tar.bz2"
+MD5SUM="70fd4285f2da7d41bdadac43458e62c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"
-APPROVED="dsomero"
+APPROVED="rworkman"