the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: gothello
Version: 0.1
Revision: 11
###
Depends: gtk+-shlibs, glib-shlibs
BuildDepends: gtk+, glib,gettext-dev, gettext-bin, gettext-tools
###
Source: http://www.cs.helsinki.fi/u/salerma/%n/%n-%v.tar.gz
Source-MD5: 1e112b053d18eb3ad5021cd69a680373
###
PatchScript: perl -pi.bak -e 's|load_image\("|load_image\("%p/share/%n/pix/|g' gfx.c
CompileScript: make CFLAGS="-O3 -fomit-frame-pointer"
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/%n/pix
cp %n %i/bin
cp *.ppm %i/share/%n/pix
strip %i/bin/%n
<<
###
DocFiles: INSTALL README TODO
###
Description: Small othello game for GTK
DescDetail: <<
Gothello is an othello program written by Osku Salerma.
You can use it to play against other people or against the computer,
or you can play the computer against itself.
The AI is implemented using Negamax search with Alpha-Beta pruning,
with Iterative Deepening. It has both fixed-depth and fixed-time search modes.
<<
###
License: GPL
Maintainer: Ben Hines
Homepage: http://www.cs.Helsinki.FI/u/salerma/gothello/
Package: gothello
Version: 0.1
Revision: 11
###
Depends: gtk+-shlibs, glib-shlibs
BuildDepends: gtk+, glib,gettext-dev, gettext-bin, gettext-tools
###
Source: http://www.cs.helsinki.fi/u/salerma/%n/%n-%v.tar.gz
Source-MD5: 1e112b053d18eb3ad5021cd69a680373
###
PatchScript: perl -pi.bak -e 's|load_image\("|load_image\("%p/share/%n/pix/|g' gfx.c
CompileScript: make CFLAGS="-O3 -fomit-frame-pointer"
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/%n/pix
cp %n %i/bin
cp *.ppm %i/share/%n/pix
strip %i/bin/%n
<<
###
DocFiles: INSTALL README TODO
###
Description: Small othello game for GTK
DescDetail: <<
Gothello is an othello program written by Osku Salerma.
You can use it to play against other people or against the computer,
or you can play the computer against itself.
The AI is implemented using Negamax search with Alpha-Beta pruning,
with Iterative Deepening. It has both fixed-depth and fixed-time search modes.
<<
###
License: GPL
Maintainer: Ben Hines
Homepage: http://www.cs.Helsinki.FI/u/salerma/gothello/