pasdoc stable port information

Package: pasdoc
Version: 0.11.0
Revision: 1
Architecture: powerpc, i386
Description: Documentation tool for Pascal source code
License: GPL

Depends: fpc

# Unpack Phase
Source: http://downloads.sourceforge.net/pasdoc/pasdoc-%v-src.tar.gz
Source-MD5: 6c492e6dcc68f7dce76fedacfc0e92cb

# Compile Phase
SourceDirectory: pasdoc
Compilescript: make

# Install Phase
Installscript: <<
mkdir -p %i/bin/
install -c -m 755 bin/pasdoc %i/bin/
<<

# Documentation
DocFiles: LICENSE docs/pasdoc.pdf docs/pasdoc.html docs/pasdoc.css

# Additional Info
DescDetail: <<
PasDoc is a documentation tool for Pascal and ObjectPascal source code.
The documentation is generated from comments found in the source code.
Available output formats are HTML, HtmlHelp, LaTeX, latex2rtf, simplexml.
Type "pasdoc -help" to get a better feeling for how PasDoc works.
Also, see the web page for more information about PasDoc.
<<

Homepage: http://pasdoc.sipsolutions.net/
Maintainer: Karl-Michael Schindler