cccc _unstable_ port information

Package: cccc
Epoch: 1
Version: 3.1.4
Revision: 1001
GCC: 4.0
Maintainer: None
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 7bd3ad868913a0beab2fde931737f928
PatchScript: <<
perl -pi -e 's|g\+\+|\$(CXX)|; s|-static||' cccc/posixgcc.mak
perl -pi -e 's|\$\(LD_OFLAG\)\$\(CCCC_EXE\)|\$(LD_OFLAG) \$(CCCC_EXE)|' cccc/rules.mak
perl -pi -e 's|^INSTDIR=.*$|INSTDIR=%i/bin|' install/install.mak
perl -pi -e 's|su root -c "(.*)"|\1|' makefile
<<
CompileScript: make pccts ; make cccc; make test
DocFiles: changes.txt readme.txt
Description: C and C++ Code Counter
DescDetail: <<
This program exists to analyze and report measurements on source code
in C, C++ and Java.
<<
DescPackaging: <<
Previous versions by Sylvain Cuaz.

- fix a typo
- fix the install dir
I choose to not make it depend on pccts since it's obsolete (now ANTLR),
and thus use the included copy.
<<
Homepage: http://cccc.sourceforge.net/
License: Public Domain