Update of /cvsroot/fink/experimental/michga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13292

Added Files:
        cgoban.info cgoban.patch 
Log Message:
Solved the problem where man pages are put in /sw/man, probably needs 
Replace/Conflict field to get rid of old info and patch files with version in 
it, apply to all branches, all trees

--- NEW FILE: cgoban.patch ---
diff -urN cgoban-1.9.14.orig/src/cgoban.c cgoban-1.9.14/src/cgoban.c
--- cgoban-1.9.14.orig/src/cgoban.c     Tue Dec 17 14:46:56 2002
+++ cgoban-1.9.14/src/cgoban.c  Fri May 21 15:13:24 2004
@@ -137,8 +137,8 @@
     {"config.h", "0.70710678", NULL, 0, NULL},
     {"gmp.WOption", "0", NULL, 0, checkGmpOption},
     {"gmp.BOption", "0", NULL, 0, checkGmpOption},
-    {"gmp.WProgram", "/usr/bin/gnugo --mode gmp --quiet", NULL, 0, NULL},
-    {"gmp.BProgram", "/usr/bin/gnugo --mode gmp --quiet", NULL, 0, NULL},
+    {"gmp.WProgram", "@PREFIX@/bin/gnugo --mode gmp --quiet", NULL, 0, NULL},
+    {"gmp.BProgram", "@PREFIX@/bin/gnugo --mode gmp --quiet", NULL, 0, NULL},
     {"gmp.WDevice", "/dev/cua0", NULL, 0, NULL},
     {"gmp.BDevice", "/dev/cua1", NULL, 0, NULL},
     {"gmp.machine", "localhost", NULL, 0, NULL},


--- NEW FILE: cgoban.info ---
Package: cgoban
Version: 1.9.14
Revision: 2
Depends: x11
Source: mirror:sourceforge:cgoban1/%n-%v.tar.gz
Source-MD5: b360bc0374a1ee8b1fa296ad1c903bde
PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
ConfigureParams: --mandir=%i/share/man
InstallScript: <<
perl -pi.bak -e '$i=qw(%i);s/[EMAIL PROTECTED]@/$i/' Makefile
mkdir -p %i/bin
mkdir -p %i/share
mkdir -p %i/share/man/man6
make install 
# mv %i/man %i/share/man
<<
DocFiles: README COPYING TODO
Description: X11 frontend for the game of Go
DescDetail: <<
CGoban1 ("Complete Goban Mark 1") provides a large set of go-related services 
including: play go against another player, edit and view SGF files,
connect to a go server over the internet, and playing against a computer
go program like gnugo using the go modem protocol.
<<
License: GPL
Homepage: http://cgoban1.sourceforge.net/
Maintainer: Kilian Koepsell <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to