[Lunar-commits]
CVS: moonbase/games/freeciv DEPENDS, NONE, 1.1 BUILD,
1.6, 1.7 DETAILS, 1.2, 1.3
Florin Braescu
florin at lunar-linux.org
Thu Jul 1 19:03:42 GMT 2004
Update of /var/cvs/lunar/moonbase/games/freeciv
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30273
Modified Files:
BUILD DETAILS
Added Files:
DEPENDS
Log Message:
bump the version from 1.14.0 to 1.14.1.
--- NEW FILE: DEPENDS ---
optional_depends "SDL_mixer" "--enable-sdl-mixer" "" "for SDL support" &&
optional_depends "gtk+-2" "--enable-client=gtk2" "" "for gtk2 client"
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/freeciv/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD 14 Feb 2004 04:29:10 -0000 1.6
+++ BUILD 1 Jul 2004 19:03:40 -0000 1.7
@@ -1,17 +1,12 @@
(
- if ! module_installed xserver ; then
- OPTS=$OPTS" --enable-client=no"
- else
- if module_installed gtk+-2 ; then
- OPTS=$OPTS" --enable-client=gtk2"
- fi
- fi
-
-
- ./configure --prefix=/usr \
- --bindir=/usr/games \
- $OPTS &&
+ ./configure --prefix=/usr \
+ --bindir=/usr/games \
+ --datadir=/usr/share/games \
+ --with-zlib \
+ --with-readline \
+ --with-gnu-ld \
+ $OPTS &&
default_make
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/freeciv/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 25 Jan 2003 18:55:45 -0000 1.2
+++ DETAILS 1 Jul 2004 19:03:40 -0000 1.3
@@ -1,12 +1,14 @@
MODULE=freeciv
- VERSION=1.14.0
+ VERSION=1.14.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://ftp.freeciv.org/freeciv/stable/$SOURCE
+ SOURCE_VFY=md5:d328f65e7fca5252f27161f5f9e97a03
WEB_SITE=http://www.freeciv.org
ENTERED=20010922
- UPDATED=20020715
+ UPDATED=20040701
SHORT="Freeciv is a reimplementation of Civilization."
+
cat << EOF
Freeciv is a multiuser reimplementation for Unix/X of the famous Microprose
game of Civilization. By default, the game is an improved Civ II, but this
More information about the Lunar-commits
mailing list