From 1a09932b830f5e225163ab81ca8029256af0ed4a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Feb 2014 14:59:05 +0100 Subject: [PATCH] xmlto: remove long_desc. --- srcpkgs/xmlto/template | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/srcpkgs/xmlto/template b/srcpkgs/xmlto/template index 633bc65e833..f9bbbdf4266 100644 --- a/srcpkgs/xmlto/template +++ b/srcpkgs/xmlto/template @@ -1,20 +1,16 @@ # Template file for 'xmlto' pkgname=xmlto version=0.0.25 -revision=3 -homepage="http://cyberelk.net/tim/software/xmlto/" -distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2" +revision=4 build_style=gnu-configure -makedepends="libxslt docbook-xsl>=1.77.1_2" -depends="${makedepends}" +hostmakedepends="libxslt docbook-xsl>=1.77.1_2" +depends="${hostmakedepends}" short_desc="Tool to help transform XML documents into other formats" maintainer="Juan RP " license="GPL-2" +homepage="http://cyberelk.net/tim/software/xmlto/" +distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2" checksum=361cb70d5d0b4b753db00b67ed8bc1d53d0bc96c407d0310aefe854470b7e536 -long_desc=" - xmlto is a front-end to an XSL toolchain. It chooses an appropriate - stylesheet for the conversion you want and applies it using an - external XSLT processor. It also performs any necessary post-processing." post_install() { # Requires bash!