mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
games/freeciv: updated for version 3.0.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8d4a461e1f
commit
06c33f29bb
2 changed files with 6 additions and 8 deletions
|
@ -30,8 +30,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=freeciv
|
||||
VERSION=${VERSION:-3.0.2}
|
||||
SRCVERSION=${SRCVERSION:-3.0.2}
|
||||
VERSION=${VERSION:-3.0.3}
|
||||
SRCVERSION=${SRCVERSION:-3.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -90,6 +90,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION/ \
|
||||
--without-ggz-client \
|
||||
--enable-client=gtk3 \
|
||||
--enable-static=no \
|
||||
|
@ -106,9 +107,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README doc/ \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/man
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="freeciv"
|
||||
VERSION="3.0.2"
|
||||
VERSION="3.0.3"
|
||||
HOMEPAGE="http://www.freeciv.org"
|
||||
DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.2.tar.xz"
|
||||
MD5SUM="fbbeeb0740a513b74677e035a0ba507e"
|
||||
DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.3.tar.xz"
|
||||
MD5SUM="7f0347d6515bfa97c4bdec0a3419b05c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue