wok-current view libxslt-python/receipt @ rev 25760

Up libxslt 1.1.43 (CVE-2024-55549, CVE-2025-24855), expat 2.7.0 (CVE-2024-8176) and freetype 1.13.3 (CVE-2025-27363)
author Stanislas Leduc <shann@slitaz.org>
date Mon Mar 17 14:32:04 2025 +0000 (6 months ago)
parents 5926178cd6fa
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libxslt-python"
4 VERSION="1.1.43"
5 CATEGORY="development"
6 SHORT_DESC="Python module for libxslt."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="http://xmlsoft.org/"
11 DEPENDS="libxslt python"
12 WANTED="libxslt"
14 HOST_ARCH="i486 x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 # Python module
21 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
22 cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib
24 # Ensure remove .la files
25 find $fs -name "*.la" -delete
26 }