mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/freeciv: Updated for version 2.3.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
0752bdbb8f
commit
61356254a6
3 changed files with 7 additions and 8 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue