treecc stable port information

Package: treecc
Version: 0.3.0
Revision: 1001
Maintainer: Ben Hines
Source: http://www.southern-storm.com.au/download/%n-%v.tar.gz
Source-MD5: f8411cf005f3f4c203ddb57616f17314
#Patch: %f.patch
#BuildDepends: texinfo (>= 4.1-3)
BuildDepends: <<
autoconf2.6,
automake1.11
<<
UseMaxBuildJobs: false
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
GCC: 4.0
CompileScript: <<
autoreconf -fi
./configure %c
make
<<
InstallScript: make install-strip DESTDIR=%d; rm -rf %i/share/info
DocFiles: COPYING AUTHORS NEWS README doc/essay.html
Description: Tree Compiler-Compiler
DescDetail: <<
Treecc is designed to assist in the development of compilers and other
language-based tools. It manages the generation of code to handle abstract
syntax trees and operations upon the trees.
The C# compiler in Portable.NET is built on top of treecc.
<<
DescPackaging: <<
The .info file is messed up, so it isn't listed in InfoDocs.

Included autotools are so old they don't know to build the actual
program target! Redo from scratch.
<<
License: GPL
Homepage: http://www.southern-storm.com.au/treecc.html