Update of /cvsroot/fink/experimental/lrosengreen/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32573

Added Files:
        gccxml.info 
Log Message:
Hasn't been seriously tested, but appears to work as advertised.



--- NEW FILE: gccxml.info ---
Package: gccxml
Version: 0.6.0
Revision: 1
Description: XML output extension for GCC
License: GPL
Maintainer: Lars Rosengreen <[EMAIL PROTECTED]>

BuildDepends: cmake

Source: http://www.gccxml.org/files/v0.6/%n-%v.tar.gz
Source-MD5: d828349c76ca055955d0af84e8381093

CompileScript: <<
  cmake -DCMAKE_INSTALL_PREFIX:PATH=%i -DGCCXML_DATA_DIR:STRING=/share/gccxml 
-DGCCXML_DOC_DIR:STRING=/share/doc/gccxml
  make
<<

InstallScript: <<
  make install
<<
  
DocFiles: GCC/COPYING

Homepage: http://www.gccxml.org

DescDetail: << 
GCC-XML parses a C++ source file as it is seen by the compiler when it
is built.  An easy-to-parse XML representation of the class, function,
and namespace declarations is dumped to a specified file.  Full C pre-
processing transforms the file into a C++ translation unit as seen by
the compiler.  This means that GCC-XML should make use of the same
standard library and other header files as the compiler.  GCC-XML can
be configured to simulate any of several popular compilers.
<<



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to