wok diff libxslt-dev/receipt @ rev 22797

Add xsane-locales
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 27 10:28:49 2020 +0100 (2020-01-27)
parents fc9203de5ff2
children 73dbde138d18
line diff
     1.1 --- a/libxslt-dev/receipt	Tue Feb 21 15:50:51 2017 +0100
     1.2 +++ b/libxslt-dev/receipt	Mon Jan 27 10:28:49 2020 +0100
     1.3 @@ -1,29 +1,32 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxslt-dev"
     1.7 -VERSION="1.1.26"
     1.8 +VERSION="1.1.33"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="XSLT devel files support for libxml2."
    1.11 +SHORT_DESC="XSLT support for libxml2 - development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -WANTED="libxslt"
    1.15  WEB_SITE="http://xmlsoft.org/"
    1.16 -HOST_ARCH="i486 arm"
    1.17  
    1.18  DEPENDS="libxslt pkg-config libxslt-python libgcrypt-dev libxml2-dev zlib-dev"
    1.19 +WANTED="libxslt"
    1.20 +
    1.21 +HOST_ARCH="i486 arm"
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share
    1.27 +	mkdir -p $fs/usr/lib
    1.28 +	mkdir -p $fs/usr/bin
    1.29 +	mkdir -p $fs/usr/share
    1.30 +
    1.31 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.32 +	cp -a $install/usr/lib/*.sh		$fs/usr/lib
    1.33 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.34  	
    1.35 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.36 -	cp -a $install/usr/lib/*.sh $fs/usr/lib
    1.37 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.38 -	
    1.39 -	cp $install/usr/bin/xslt-config $fs/usr/bin
    1.40 +	cp $install/usr/bin/xslt-config		$fs/usr/bin
    1.41  	chmod +x $fs/usr/bin/*
    1.42  	
    1.43 -	cp -a $install/usr/include $fs/usr
    1.44 -	cp -a $install/usr/share/aclocal $fs/usr/share
    1.45 +	cp -a $install/usr/include		$fs/usr
    1.46 +	cp -a $install/usr/share/aclocal	$fs/usr/share
    1.47  }