[Lunar-commits] r21713 - moonbase/trunk/games/gnuchess

Terry Chan tchan at lunar-linux.org
Sun Oct 8 23:01:27 UTC 2006


Author: tchan
Date: 2006-10-08 23:01:27 +0000 (Sun, 08 Oct 2006)
New Revision: 21713

Modified:
   moonbase/trunk/games/gnuchess/BUILD
   moonbase/trunk/games/gnuchess/DETAILS
Log:
Updated to gnuchess-5.07. Fixed the BUILD for unneeded extra commands.


Modified: moonbase/trunk/games/gnuchess/BUILD
===================================================================
--- moonbase/trunk/games/gnuchess/BUILD	2006-10-08 14:56:41 UTC (rev 21712)
+++ moonbase/trunk/games/gnuchess/BUILD	2006-10-08 23:01:27 UTC (rev 21713)
@@ -1,17 +1,6 @@
 (
-  mv ../chess/* .
-  rmdir ../chess 
-
   CCARGS="-DXBOARD"                     \
-  ./configure  --build=$BUILD           \
-               --prefix=/usr            \
-               --sysconfdir=/etc        \
-               --localstatedir=/var     \
-               --bindir=/usr/games      \
-               --mandir=/usr/share/man  && 
+  default_build &&
+  cp -p $MOONBASE/games/$MODULE/chess  /usr/games
 
-  default_make  &&
-
-  cp  $MOONBASE/games/$MODULE/chess  /usr/games
-
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/games/gnuchess/DETAILS
===================================================================
--- moonbase/trunk/games/gnuchess/DETAILS	2006-10-08 14:56:41 UTC (rev 21712)
+++ moonbase/trunk/games/gnuchess/DETAILS	2006-10-08 23:01:27 UTC (rev 21713)
@@ -1,11 +1,16 @@
-           MODULE=gnuchess
-         VERSION=5.06
+          MODULE=gnuchess
+         VERSION=5.07
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=ftp://ftp.gnu.org/pub/gnu/chess/
+      SOURCE_URL=$GNU_URL/chess/
+      SOURCE_VFY=sha1:7dbaf957bfea9cf37fe393e1fec7306de0162a16
         WEB_SITE=http://www.gnu.org/software/chess/chess.html
          ENTERED=20020428
-         UPDATED=20030630
+         UPDATED=20061008
            SHORT="GNU Chess lets most modern computers play a full game of chess."
 cat << EOF
-GNU Chess lets most modern computers play a full game of chess. It has a plain terminal interface but supports visual interfaces such as X-Windows "xboard" as well as a full 3-dimensional wooden chess-board protocol for the Novag Chess board enabling one to be relatively free of the computer itself. See the distribution README for explanation.
+GNU Chess lets most modern computers play a full game of chess. It has a plain
+terminal interface but supports visual interfaces such as X-Windows "xboard" as
+well as a full 3-dimensional wooden chess-board protocol for the Novag Chess
+board enabling one to be relatively free of the computer itself. See the
+distribution README for explanation.
 EOF



More information about the Lunar-commits mailing list