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