summaryrefslogtreecommitdiffstats
path: root/games/freeciv
diff options
context:
space:
mode:
author Iskar Enev <iskar.enev[@]gmail.com>2010-05-13 00:26:19 +0200
committer Erik Hanson <erik@slackbuilds.org>2010-05-13 00:26:19 +0200
commitdb03aca07d56ebd422d78a83aa69e33927f6a759 (patch)
tree03cb2fdac0dbb6857a5506f4410947d81cfe9303 /games/freeciv
parent78584541542195270e1238d1b36be4c93af321fb (diff)
downloadslackbuilds-db03aca07d56ebd422d78a83aa69e33927f6a759.tar.gz
slackbuilds-db03aca07d56ebd422d78a83aa69e33927f6a759.tar.xz
games/freeciv: Updated for version 2.1.10
Diffstat (limited to 'games/freeciv')
-rw-r--r--games/freeciv/freeciv.SlackBuild8
-rw-r--r--games/freeciv/freeciv.info10
2 files changed, 12 insertions, 6 deletions
diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild
index c81691ccbd..137fa52b68 100644
--- a/games/freeciv/freeciv.SlackBuild
+++ b/games/freeciv/freeciv.SlackBuild
@@ -4,7 +4,7 @@
# Modified by SlackBuilds.org
PRGNAM=freeciv
-VERSION=2.1.9
+VERSION=2.1.10
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -18,10 +18,13 @@ DOCUMENTATION="ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README doc/"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
fi
set -e
@@ -43,6 +46,7 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
+ --libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
@@ -77,4 +81,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info
index 587a0c290e..62e08c94f2 100644
--- a/games/freeciv/freeciv.info
+++ b/games/freeciv/freeciv.info
@@ -1,8 +1,10 @@
PRGNAM="freeciv"
-VERSION="2.1.9"
+VERSION="2.1.10"
HOMEPAGE="http://www.freeciv.org"
-DOWNLOAD="http://downloads.sourceforge.net/freeciv/freeciv-2.1.9.tar.bz2"
-MD5SUM="caffaa201b2f5dfdfe00b6e6c3f32fb1"
+DOWNLOAD="http://downloads.sourceforge.net/freeciv/freeciv-2.1.10.tar.bz2"
+MD5SUM="a2aa9b247d7f1581eff9e66786f4f747"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
MAINTAINER="Iskar Enev"
EMAIL="<iskar.enev[@]gmail.com>"
-APPROVED="dsomero"
+APPROVED="Erik Hanson"