wok-current view 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 source
1 # SliTaz package receipt.
3 PACKAGE="libxslt-python"
4 VERSION="1.1.35"
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 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 # Python module
19 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
20 cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib
22 # Ensure remove .la files
23 find $fs -name "*.la" -delete
24 }