wok rev 23126

updated libxslt, libxslt-python and libxslt-dev (1.1.33 -> 1.1.34)
author Hans-G?nter Theisgen
date Fri Mar 13 10:16:27 2020 +0100 (2020-03-13)
parents 4a6f38ef4e12
children dfdd914deb97
files libxslt-dev/receipt libxslt-python/receipt libxslt/receipt
line diff
     1.1 --- a/libxslt-dev/receipt	Fri Mar 13 10:07:32 2020 +0100
     1.2 +++ b/libxslt-dev/receipt	Fri Mar 13 10:16:27 2020 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxslt-dev"
     1.7 -VERSION="1.1.33"
     1.8 +VERSION="1.1.34"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="XSLT support for libxml2 - development files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="http://xmlsoft.org/"
    1.14  
    1.15 -DEPENDS="libxslt pkg-config libxslt-python libgcrypt-dev libxml2-dev zlib-dev"
    1.16 +DEPENDS="libxslt libxslt-python libgcrypt-dev libxml2-dev pkg-config zlib-dev"
    1.17  WANTED="libxslt"
    1.18  
    1.19  HOST_ARCH="i486 arm"
    1.20 @@ -25,7 +25,7 @@
    1.21  	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.22  	
    1.23  	cp $install/usr/bin/xslt-config		$fs/usr/bin
    1.24 -	chmod +x $fs/usr/bin/*
    1.25 +	chmod +x				$fs/usr/bin/*
    1.26  	
    1.27  	cp -a $install/usr/include		$fs/usr
    1.28  	cp -a $install/usr/share/aclocal	$fs/usr/share
     2.1 --- a/libxslt-python/receipt	Fri Mar 13 10:07:32 2020 +0100
     2.2 +++ b/libxslt-python/receipt	Fri Mar 13 10:16:27 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libxslt-python"
     2.7 -VERSION="1.1.33"
     2.8 +VERSION="1.1.34"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Python module for libxslt."
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12 @@ -17,5 +17,5 @@
    2.13  	mkdir -p $fs/usr/lib
    2.14  	# Python module
    2.15  	PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
    2.16 -	cp -a $install/usr/lib/$PYTHON_LIB  $fs/usr/lib
    2.17 +	cp -a $install/usr/lib/$PYTHON_LIB	$fs/usr/lib
    2.18  }
     3.1 --- a/libxslt/receipt	Fri Mar 13 10:07:32 2020 +0100
     3.2 +++ b/libxslt/receipt	Fri Mar 13 10:16:27 2020 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="libxslt"
     3.7 -VERSION="1.1.33"
     3.8 +VERSION="1.1.34"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="XSLT support for libxml2."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -38,5 +38,5 @@
    3.13  	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.14  	cp -a $install/usr/bin		$fs/usr
    3.15  
    3.16 -	rm $fs/usr/bin/xslt-config
    3.17 +	rm				$fs/usr/bin/xslt-config
    3.18  }