codebreaker _unstable_ port information

Package: codebreaker
Version: 1.2.1
Revision: 4
Depends: glib-shlibs, gtk+-shlibs, libgettext8-shlibs, x11, x11-shlibs
BuildDepends: <<
automake1.11,
autoconf2.6,
fink-package-precedence,
glib,
gtk+,
libgettext8-dev,
x11-dev
<<
Source: mirror:debian:pool/main/c/%n/%n_%v.orig.tar.gz
Source-MD5: f0b914f29fcb1d88c3213e7097a6908c
SourceDirectory: %n-%v.orig
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man
PatchScript: <<
#!/bin/sh -ev
touch NEWS ChangeLog
mv Makefile.am Makefile.am.orig
echo "SUBDIRS = src" > Makefile.am
echo "doc_DATA = doc/HOWTO AUTHORS" >> Makefile.am
autoreconf -f -i --warnings=no-gnu
<<
CompileScript: <<
#!/bin/sh -ev
./configure %c
make
fink-package-precedence --headers .
<<
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS README
License: GPL
Homepage: http://packages.debian.org/unstable/codebreaker
## original homepage doesn't exist anymore.
Maintainer: Jack Fink
Description: Master Mind clone using GTK+
DescDetail: <<
Code Breaker is a variation on the game "MasterMind" (R) that is put out
by Pressman (R). So if you know how to play "MasterMind" (R) you should
catch onto this game right away.
<<