wok diff libxslt/receipt @ rev 22245

updated xorg-videoproto (2.3.1 -> 2.3.3)
author Hans-G?nter Theisgen
date Tue Nov 12 16:08:16 2019 +0100 (2019-11-12)
parents 73fb2ebfd59a
children 73dbde138d18
line diff
     1.1 --- a/libxslt/receipt	Thu Mar 06 00:03:58 2014 +0100
     1.2 +++ b/libxslt/receipt	Tue Nov 12 16:08:16 2019 +0100
     1.3 @@ -1,19 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxslt"
     1.7 -VERSION="1.1.26"
     1.8 +VERSION="1.1.33"
     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 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.xmlsoft.org/XSLT/"
    1.17  WGET_URL="ftp://xmlsoft.org/libxslt/$TARBALL"
    1.18 -HOST_ARCH="i486 arm"
    1.19  
    1.20  DEPENDS="libgcrypt libgpg-error libxml2 zlib"
    1.21 -BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev libxml2-dev zlib-dev \
    1.22 -python-dev"
    1.23 +BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev libxml2-dev \
    1.24 +	python-dev zlib-dev"
    1.25 +
    1.26 +HOST_ARCH="i486 arm"
    1.27  
    1.28  # Handle cross compilation
    1.29  case "$ARCH" in
    1.30 @@ -24,7 +26,7 @@
    1.31  compile_rules()
    1.32  {
    1.33  	./configure $CONFIGURE_ARGS &&
    1.34 -	make &&
    1.35 +	make -j 1 &&
    1.36  	make install 2>&1 | grep -v 'html/index.sgml'
    1.37  }
    1.38  
    1.39 @@ -32,7 +34,9 @@
    1.40  genpkg_rules()
    1.41  {
    1.42  	mkdir -p $fs/usr/lib/libxslt-plugins
    1.43 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.44 -	cp -a $install/usr/bin $fs/usr
    1.45 +
    1.46 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.47 +	cp -a $install/usr/bin		$fs/usr
    1.48 +
    1.49  	rm $fs/usr/bin/xslt-config
    1.50  }