Package: xmlto Version: 0.0.18 Revision: 6 GCC: 3.3 Source: http://cyberelk.net/tim/data/xmlto/stable/%n-%v.tar.bz2 Source-MD5: 1a06471b70eb27a6aca5d1b3a144f9b0 Depends: getoptbin, libxml2-bin, libxml2-shlibs, libxslt-bin, libxslt-shlibs, docbook-bundle, docbook-xsl, w3m-ssl | lynx-ssl | links-ssl | elinks-ssl | w3m | lynx | links | elinks, x11 BuildDepends: libxml2, libxslt, docbook-dtd, docbook-xsl, getoptbin, x11-dev SetCFLAGS: -Os -no-cpp-precomp ConfigureParams: --mandir=%i/share/man --disable-dependency-tracking Patch: %n.patch PatchScript: << #!/bin/sh -ev mv format/docbook/txt format/docbook/txt.old sed -e 's|\/usr|\%p|g' < format/docbook/txt.old > format/docbook/txt << InstallScript: << #!/bin/sh -ev make install prefix=%i << DocFiles: AUTHORS ChangeLog COPYING FAQ INSTALL NEWS README Description: Tool to convert xml files to other formats DescDetail: << xmlto is a front-end to an XSL toolchain. It chooses an appropriate stylesheet for the conversion you want and applies it using xsltproc. It also performs any necessary post-processing. Supported formats are: dvi, fo, html, html-nochunks, htmlhelp, javahelp, man, pdf, ps, txt, xhtml, xhtml-nochunks from DocBook; and dvi, pdf, ps from xsl-fo. DVI, PDF and PostScript outputs require PassiveTex, not in Fink and way too old. You may use fop or jadetex to produce those outputs. txt format requires lynx, links, elinks or w3m. It is recommanded to install the ssl version when it exists. See the xmlto man page for usage. It installs another script xmlif, which allows conditional parsing. See the xmlif man page for usage. << DescPort: << Patching format/docbook/txt to get rid of the hardcoded /usr path. Use explicitly the default install script to get the right prefix, thanks to Jean-Francois Mertens. dmacks added support for elinks for html->txt conversion. Changed order of arguments in call to find to cope with gnu find in findutils package, thanks to Max Horn. << License: GPL Homepage: http://cyberelk.net/tim/xmlto/ Maintainer: None