Package: xmlstarlet Version: 1.0.1 Revision: 2 Description: Command-line XML manipulation tool DescDetail: << XMLStarlet is a set of command line utilities which can be used to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join, etc commands. << DescPort: << OS X headers are pretty noisy under -pedantic so remove that flag. ./configure makes weird assumptions about pathnames and other flags for libxml2 and libxslt (even when using the configure --with-* flags) and tries to link them statically. Patch configure.in to just use the *-config scripts (gets correct paths, flags, shared libs) and then regenerate the ./configure script. Also need libexslt so just add that -l explicitly (see libxslt FAQ). << Homepage: http://xmlstar.sourceforge.net/ License: OSI-Approved Maintainer: Daniel Macks BuildDepends: << autoconf (>= 2.60-1), automake1.11, fink (>= 0.24.12-1), libiconv-dev, libxml2 (>= 2.6.12-1), libxml2-bin (>= 2.6.12-1), libxslt (>= 1.1.9-1) << Depends: << libiconv, libxml2-shlibs (>= 2.6.12-1), libxslt-shlibs (>= 1.1.9-1) << Source: mirror:sourceforge:xmlstar/%n-%v.tar.gz Source-MD5: 8deb71834bcdfb4443c258a1f0042fce PatchFile: %n.patch PatchFile-MD5: 0360e9202d2a362a314ce5a78f277982 ConfigureParams: --mandir=%p/share/man --with-libiconv-prefix=%p --disable-dependency-tracking CompileScript: << autoreconf -f -i ./configure %c make << InstallScript: make install DESTDIR=%d DocFiles: AUTHORS ChangeLog COPYING Copyright NEWS README TODO doc/xmlstarlet*.??*