[Lunar-commits] CVS: moonbase/games/crossfire-client BUILD, 1.3,
1.4 DEPENDS, 1.1.1.1, 1.2 DETAILS, 1.4, 1.5
Florin Braescu
florin at lunar-linux.org
Sat Jul 31 14:27:43 GMT 2004
Update of /var/cvs/lunar/moonbase/games/crossfire-client
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2805
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
bump the version from 1.5.0 to 1.7.0.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/crossfire-client/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 1 Jul 2003 20:51:43 -0000 1.3
+++ BUILD 31 Jul 2004 14:27:40 -0000 1.4
@@ -1,21 +1,22 @@
(
- sedit "s:local/lib:share/crossfire:" sound-src/sounds.dist
+ sedit "s:local/lib:share/games/crossfire:" sound-src/sounds.dist &&
- ./configure --prefix=/usr \
- --bindir=/usr/games \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-alsa \
- --with-sound-dir=/usr/share/crossfire-client/sounds \
- $OPTS &&
+ ./configure --prefix=/usr \
+ --bindir=/usr/games \
+ --datadir=/usr/share/games \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-alsa \
+ --with-sound-dir=/usr/share/games/crossfire-client/sounds \
+ $OPTS &&
- default_make &&
+ default_make &&
- mkdir -p /usr/share/crossfire-client &&
- cd /usr/share/crossfire-client &&
- unpack $SOURCE1 &&
- unpack $SOURCE2 &&
- chown -R root:root /usr/share/crossfire-client/sounds
+ mkdir -p /usr/share/games/crossfire-client &&
+ cd /usr/share/games/crossfire-client &&
+ unpack $SOURCE1 &&
+ unpack $SOURCE2 &&
+ chown -R root:root /usr/share/games/crossfire-client/sounds
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/crossfire-client/DEPENDS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DEPENDS 21 Aug 2002 00:55:15 -0000 1.1.1.1
+++ DEPENDS 31 Jul 2004 14:27:40 -0000 1.2
@@ -1,3 +1,4 @@
-depends libpng &&
-optional_depends "gtk+" "" "" "for gcfclient" &&
-optional_depends "SDL_image" "" "" "for SDL support"
+depends libpng &&
+
+optional_depends "SDL_image" "" "--disable-sdl" "for SDL support" &&
+optional_depends "gtk+" "" "--disable-gtk" "for gtk client"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/crossfire-client/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 30 Jun 2003 20:16:52 -0000 1.4
+++ DETAILS 31 Jul 2004 14:27:40 -0000 1.5
@@ -1,5 +1,5 @@
MODULE=crossfire-client
- VERSION=1.5.0
+ VERSION=1.7.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE1=$MODULE-images-$VERSION.tar.gz
SOURCE2=$MODULE-sounds-1.4.0.tar.gz
@@ -7,10 +7,14 @@
SOURCE_URL[0]=$SFORGE_URL/crossfire/$SOURCE
SOURCE1_URL[0]=$SFORGE_URL/crossfire/$SOURCE1
SOURCE2_URL[0]=$SFORGE_URL/crossfire/$SOURCE2
+ SOURCE_VFY=md5:ef405f78d54be0bf22feeef6b4fc0d73
+ SOURCE1_VFY=md5:cbf4b4480bd6fd28cf0e71a06b288127
+ SOURCE2_VFY=md5:1b33401d9d2af0d391fee7ad04282cfd
WEB_SITE=http://crossfire.real-time.com
ENTERED=20011104
- UPDATED=20030630
+ UPDATED=20040731
SHORT="crossfire-client is a multi-player graphical MUD."
+
cat << EOF
Crossfire is a multi-player graphical arcade and adventure game made
for X. It has certain flavours from other games, especially Gauntlet
More information about the Lunar-commits
mailing list