chmtools _unstable_ port information

Package: chmtools
Version: 1.0
Revision: 3
Source: http://www.speakeasy.org/~russotto/chm/%n.tar.gz
Source-MD5: 614b91758ddbeb0ab1c4186fdd13d78a
PatchScript: <<
perl -pi.bak -e 's#// typedef#typedef#g' chmlib.h
perl -pi.bak -e 's# Already defined#// Already defined#g' chmlib.h
<<
CompileScript: <<
make
<<
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/doc/%n
install -p -m644 chmdump %i/bin
install -p -m644 chmformat.html %i/share/doc/%n
chmod a+x %i/bin/chmdump
<<
DocFiles: COPYING
Description: Tools for working with CHM files
DescDetail: <<
Set of tools for working with the CHM files, consisting of a C language
library 'chmlib' and a program called 'chmdump' which dumps out the
files in a CHM file.
<<
License: GPL
Maintainer: Ben Hines
Homepage: http://www.speakeasy.org/~russotto/chm/