wok-next view xmlto/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xmlto"
4 VERSION="0.0.28"
5 CATEGORY="utilities"
6 LICENSE="GPL"
7 SHORT_DESC="Tool for converting XML files to various formats"
8 MAINTAINER="yuripourre@gmail.com"
9 WEB_SITE="http://cyberelk.net/tim/software/xmlto/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/pst/xmlto.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://releases.pagure.org/xmlto/$TARBALL"
14 TARBALL_SHA1="aa63af9a86ab6ed0c92ea8b177dc808c18902c73"
16 BUILD_DEPENDS="docbook-xsl util-linux-getopt flex"
17 DEPENDS="libxslt perl-yaml-syck perl-test-pod bash docbook-xsl"
18 # links: for text backend post-processing; fop: for PDF backend post-processing
19 SUGGESTED="links-cli fop"
21 compile_rules() {
22 LINKS="/usr/bin/links" \
23 ./configure $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$install install
27 # for file in $install/usr/share/xmlto/format/*/*; do
28 # sed -i "s|http://docbook.sourceforge.net/release/xsl/current/|\
29 #/usr/share/xml/docbook/stylesheet/docbook-xsl/|" "$file"
30 # done
31 }