Package: xmlto Version: 0.0.18 Revision: 5 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: -O3 -no-cpp-precomp ConfigureParams: --mandir=%i/share/man 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. txt format requires lynx, links 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 xmlto and 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. Correct the permissions on scripts in format/fo and format/docbook. Added necessary packages so that it compiles with Depends commented out. Changed Depends now that libxslt is splitted correctly. Added required packages for txt format in Depends. dmacks added support for elinks for html->txt conversion. << License: GPL Homepage: http://cyberelk.net/tim/xmlto/ Maintainer: None