wok-next diff libxslt/receipt @ rev 20775

quodlibet: remove non-existent package from bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 20:44:57 2018 +0300 (2018-06-06)
parents 0e7893ac206d
children f48456621a9d
line diff
     1.1 --- a/libxslt/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/libxslt/receipt	Wed Jun 06 20:44:57 2018 +0300
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libxslt"
     1.7 -VERSION="1.1.29"
     1.8 +VERSION="1.1.32"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="XSLT support for libxml2"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="http://www.xmlsoft.org/XSLT/"
    1.14 -LFS=""
    1.15 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libxslt.html"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="http://xmlsoft.org/sources/$TARBALL"
    1.19 @@ -18,9 +18,12 @@
    1.20  COOKOPTS="skip-log-errors"
    1.21  
    1.22  compile_rules() {
    1.23 +	sed -i 's|3000|5000|' libxslt/transform.c doc/xsltproc.1 doc/xsltproc.xml
    1.24 +
    1.25  	./configure \
    1.26  		--disable-static \
    1.27  		$CONFIGURE_ARGS &&
    1.28 +	fix libtool &&
    1.29  	make &&
    1.30  	make install
    1.31  }