wok-next diff xmlto/receipt @ rev 21117

exo: split "libpkg - pkg - pkg-dev", update in dependent packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 00:27:10 2019 +0200 (2019-01-14)
parents d5aab818505e
children
line diff
     1.1 --- a/xmlto/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/xmlto/receipt	Mon Jan 14 00:27:10 2019 +0200
     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 -}