[Lunar-commits] CVS: moonbase/games/gnugo BUILD, 1.2, 1.3 DETAILS, 1.3, 1.4

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Nov 12 03:54:44 UTC 2004


Update of /var/cvs/lunar/moonbase/games/gnugo
In directory espresso.foo-projects.org:/tmp/cvs-serv14284/gnugo

Modified Files:
	BUILD DETAILS 
Log Message:
Minor tweaks


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/gnugo/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	1 Jul 2003 20:51:46 -0000	1.2
+++ BUILD	12 Nov 2004 03:54:42 -0000	1.3
@@ -1,12 +1,19 @@
 (
 
-  ./configure  --build=$BUILD        \
-               --prefix=/usr         \
-               --sysconfdir=/etc     \
-               --localstatedir=/var  \
-               --bindir=/usr/games   \
-               $OPTS                 &&
+  ./configure  --build=$BUILD                      \
+               --prefix=$MODULE_PREFIX             \
+               --sysconfdir=/etc                   \
+               --localstatedir=/var                \
+	       --infodir=$MODULE_PREFIX/share/info \
+	       --mandir=$MODULE_PREFIX/share/man   \
+               --bindir=$MODULE_PREFIX/games       \
+	       --enable-color                      \
+	       --enable-cache-size=32              \
+	       --with-curses                       \
+               $OPTS                              &&
 
   default_make
 
+  gather_docs THANKS TODO
+
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/gnugo/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	5 Oct 2004 09:29:59 -0000	1.3
+++ DETAILS	12 Nov 2004 03:54:42 -0000	1.4
@@ -1,11 +1,13 @@
           MODULE=gnugo
          VERSION=3.4
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/$MODULE/
+      SOURCE_URL=ftp://ftp.gnu.org/gnu/$MODULE/
+      SOURCE_VRY=sha1:9883e25be29162f9812765956ecd76fedd5ad22b
         WEB_SITE=http://www.gnu.org/software/$MODULE/$MODULE.html
          ENTERED=20020201
          UPDATED=20030904
-           SHORT="gnugo is a program that plays the game of go."
+           SHORT="A program that plays the game of go"
+
 cat << EOF
 This software is a free program that plays the game of Go. 
 GNU Go has played thousands of games on the NNGS Go server. 



More information about the Lunar-commits mailing list