wok-next diff xmlto/receipt @ rev 21602
updated dstat (0.7.3 -> 0.7.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 15:19:05 2020 +0100 (2020-06-24) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/xmlto/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/xmlto/receipt Wed Jun 24 15:19:05 2020 +0100 1.3 @@ -11,21 +11,21 @@ 1.4 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WGET_URL="https://releases.pagure.org/xmlto/$TARBALL" 1.7 +TARBALL_SHA1="aa63af9a86ab6ed0c92ea8b177dc808c18902c73" 1.8 1.9 BUILD_DEPENDS="docbook-xsl util-linux-getopt flex" 1.10 +DEPENDS="libxslt perl-yaml-syck perl-test-pod bash docbook-xsl" 1.11 +# links: for text backend post-processing; fop: for PDF backend post-processing 1.12 +SUGGESTED="links-cli fop" 1.13 1.14 compile_rules() { 1.15 + LINKS="/usr/bin/links" \ 1.16 ./configure $CONFIGURE_ARGS && 1.17 make && 1.18 make DESTDIR=$install install 1.19 1.20 - for file in $install/usr/share/xmlto/format/*/*; do 1.21 - sed -i "s|http://docbook.sourceforge.net/release/xsl/current/|\ 1.22 -/usr/share/xml/docbook/stylesheet/docbook-xsl/|" "$file" 1.23 - done 1.24 +# for file in $install/usr/share/xmlto/format/*/*; do 1.25 +# sed -i "s|http://docbook.sourceforge.net/release/xsl/current/|\ 1.26 +#/usr/share/xml/docbook/stylesheet/docbook-xsl/|" "$file" 1.27 +# done 1.28 } 1.29 - 1.30 -genpkg_rules() { 1.31 - copy @std 1.32 - DEPENDS="libxslt perl-yaml-syck perl-test-pod bash" 1.33 -}