cook _unstable_ port information

Package: cook
Version: 2.26
Revision: 1
Source: mirror:custom:%n-%v.tar.gz
CustomMirror: <<
First: http://www.canb.auug.org.au/~millerp/cook/
Second: http://www.pogma.com/fink/
<<
Source-MD5: 6cfae86ca89dcfcbd6483aa586a5ac72
Description: Powerful Make replacement
BuildDepends: libgettext3-dev, gettext-bin, gettext-tools
Depends: libgettext3-shlibs
PatchScript: perl -ni.bak -e 'print unless /extern int limit/' file_check/file_check.h
ConfigureParams: --mandir=%p/share/man
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
CompileScript: <<
PERL=/usr/bin/perl ./configure %c
make
<<
InstallScript: <<
make RPM_BUILD_ROOT=%d install
rm -rf %i/share/cook/en/man1
<<
DescDetail: <<
Cook is a very powerful and very easy to use replacement for make.
Through the use of Cook's powerful description language, and it's many built
in functions, sophisticated build can be easily accomplished.
Cook supports file fingerprints to speed build times, and also supports
parallel builds over a network without requiring contorted build rules.
<<
License: GPL
DocFiles: README* BUILDING
Maintainer: None
HomePage: http://miller.emu.id.au/pmiller/software/cook/