wok-next diff xmlto/receipt @ rev 20123

libsasl-without-ldap, cyrus-sasl-pam: remove autoconf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 31 09:09:26 2017 +0100 (2017-10-31)
parents f111123cc72e
children 0e7893ac206d
line diff
     1.1 --- a/xmlto/receipt	Sat Oct 24 00:22:26 2015 +0300
     1.2 +++ b/xmlto/receipt	Tue Oct 31 09:09:26 2017 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xmlto"
     1.7 -VERSION="0.0.26"
     1.8 +VERSION="0.0.28"
     1.9  CATEGORY="utilities"
    1.10  LICENSE="GPL"
    1.11  SHORT_DESC="Tool for converting XML files to various formats"
    1.12  MAINTAINER="yuripourre@gmail.com"
    1.13 +WEB_SITE="http://cyberelk.net/tim/software/xmlto/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://cyberelk.net/tim/software/xmlto/"
    1.17  WGET_URL="https://fedorahosted.org/releases/x/m/$PACKAGE/$TARBALL"
    1.18  
    1.19  DEPENDS="libxslt perl-yaml-syck perl-test-pod bash"
    1.20 @@ -16,9 +17,7 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	./configure \
    1.25 -		--prefix=/usr \
    1.26 -		$CONFIGURE_ARGS &&
    1.27 +	./configure $CONFIGURE_ARGS &&
    1.28  	make &&
    1.29  	make DESTDIR=$DESTDIR install
    1.30