wok-current diff libxslt-python/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents 73dbde138d18
children
line diff
     1.1 --- a/libxslt-python/receipt	Fri Mar 13 10:16:27 2020 +0100
     1.2 +++ b/libxslt-python/receipt	Fri Apr 19 12:48:51 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxslt-python"
     1.7 -VERSION="1.1.34"
     1.8 +VERSION="1.1.35"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Python module for libxslt."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -18,4 +18,7 @@
    1.13  	# Python module
    1.14  	PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
    1.15  	cp -a $install/usr/lib/$PYTHON_LIB	$fs/usr/lib
    1.16 +
    1.17 +        # Ensure remove .la files
    1.18 +        find $fs -name "*.la" -delete
    1.19  }