0
0
Fork 0
haikuports/app-text/xmlto/xmlto-0.0.28.recipe

60 lines
1.2 KiB
Bash
Raw Permalink Normal View History

2015-01-19 22:53:41 +00:00
SUMMARY="Shell-script tool for converting XML files to various formats"
DESCRIPTION="At the moment xmlto supports conversion from docbook, \
2015-01-19 22:53:41 +00:00
xhtml1 and fo format to various output formats (awt, fo, htmlhelp, \
javahelp, mif, pdf, svg, xhtml, dvi, html, html-nochunks, man, \
pcl, ps, txt, xhtml-nochunks, epub).
It uses passivetex(default)/fop/dblatex for processing and provides an easy \
to use command line frontend to avoid having to remember many long options \
or searching for the correct syntax."
2017-05-24 10:14:07 +00:00
HOMEPAGE="https://pagure.io/xmlto/"
2015-01-19 22:53:41 +00:00
COPYRIGHT="2009 Tim Waugh
2013 Ondrej Vasik"
LICENSE="GNU GPL v2"
REVISION="2"
2017-05-24 10:14:07 +00:00
SOURCE_URI="https://releases.pagure.org/xmlto/xmlto-$portVersion.tar.gz"
2017-07-25 17:45:45 +00:00
CHECKSUM_SHA256="2f986b7c9a0e9ac6728147668e776d405465284e13c74d4146c9cbc51fd8aad3"
PATCHES="xmlto-$portVersion.patch"
2015-01-19 22:53:41 +00:00
ARCHITECTURES="all"
2015-01-19 22:53:41 +00:00
PROVIDES="
xmlto = $portVersion compat >= 0
cmd:xmlif
2018-08-08 12:24:56 +00:00
cmd:xmlto
2015-01-19 22:53:41 +00:00
"
REQUIRES="
haiku
cmd:getopt
cmd:xmllint
cmd:xsltproc
docbook_xsl_stylesheets
2015-01-19 22:53:41 +00:00
"
BUILD_REQUIRES="
2015-01-19 22:53:41 +00:00
haiku_devel
"
BUILD_PREREQUIRES="
2015-01-19 22:53:41 +00:00
cmd:awk
cmd:cmp
2015-01-19 22:53:41 +00:00
cmd:flex
2018-08-08 12:24:56 +00:00
cmd:gcc
cmd:getopt
2015-01-19 22:53:41 +00:00
cmd:make
"
BUILD()
{
runConfigure --omit-dirs binDir ./configure --bindir=$prefix/bin
make $jobArgs
}
INSTALL()
{
make install
}
TEST()
{
make check
}