Package: xmlstarlet Version: 1.0.1 Revision: 1 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). Does not build easily under automake1.4 << Homepage: http://xmlstar.sourceforge.net/ License: OSI-Approved Maintainer: Daniel Macks BuildDepends: libxml2 (>= 2.6.0-1), libxml2-bin (>= 2.6.12-1), libxslt (>= 1.1.9-1), libiconv-dev, autoconf (>= 2.60-1), automake1.5 | automake1.6 | automake1.7 | automake1.8 | automake1.9 Depends: libxml2-shlibs (>= 2.6.12-1), libxslt-shlibs (>= 1.1.9-1) Source: mirror:sourceforge:xmlstar/%n-%v.tar.gz Source-MD5: 8deb71834bcdfb4443c258a1f0042fce Patch: %n.patch ConfigureParams: --mandir='${prefix}/share/man' --infodir='${prefix}/share/info' --with-libiconv-prefix=%p CompileScript: << autoreconf -f -i ./configure %c make << InstallScript: << make install prefix=%i << DocFiles: AUTHORS ChangeLog COPYING Copyright NEWS README TODO doc/xmlstarlet*.??*