Package: expat Version: 1.95.8 Revision: 2 Conflicts: expat1 Replaces: expat1 Patch: %n.patch Depends: %N-shlibs (= %v-%r) BuildDependsOnly: true Source: mirror:sourceforge:expat/%n-%v.tar.gz Source-MD5: aff487543845a82fe262e6e2922b4c8e SetCPPFlags: -no-cpp-precomp NoSetLDFLAGS: false ConfigureParams: --mandir=%p/share/man InstallScript: make install DESTDIR=%d DocFiles: << COPYING MANIFEST README doc/reference.html doc/style.css examples/elements.c examples/outline.c << SplitOff: << Package: %N-shlibs Replaces: %N (<= 1.95.1-2) Files: lib/libexpat.*.dylib Shlibs: %p/lib/libexpat.0.dylib 6.0.0 %n (>= 1.95.7-1) DocFiles: COPYING Changes MANIFEST README doc/reference.html doc/style.css examples/elements.c examples/outline.c << Description: C library for parsing XML DescDetail: << This is expat, a C library for parsing XML, written by James Clark. Expat is a stream-oriented XML parser. This means that you register handlers with the parser before starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers. << DescPort: << placed hooks in Makefile for --mandir, and $DESTDIR << License: BSD Homepage: http://expat.sourceforge.net Maintainer: Fink Core Group