wok-current annotate libxslt-python/receipt @ rev 25642
Bump linux to 4.19.305, add linux-pae-ipv6
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed Jan 17 12:05:22 2024 +0000 (11 months ago) |
parents | 73dbde138d18 |
children | 5926178cd6fa |
rev | line source |
---|---|
slaxemulator@9476 | 1 # SliTaz package receipt. |
slaxemulator@9476 | 2 |
slaxemulator@9476 | 3 PACKAGE="libxslt-python" |
shann@25634 | 4 VERSION="1.1.35" |
slaxemulator@9476 | 5 CATEGORY="development" |
Hans-G?nter@21353 | 6 SHORT_DESC="Python module for libxslt." |
slaxemulator@9476 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15268 | 8 LICENSE="MIT" |
slaxemulator@9476 | 9 WEB_SITE="http://xmlsoft.org/" |
slaxemulator@9476 | 10 |
pascal@15268 | 11 DEPENDS="libxslt python" |
Hans-G?nter@21353 | 12 WANTED="libxslt" |
pascal@15268 | 13 |
slaxemulator@9476 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@9476 | 15 genpkg_rules() |
slaxemulator@9476 | 16 { |
slaxemulator@9476 | 17 mkdir -p $fs/usr/lib |
slaxemulator@9476 | 18 # Python module |
slaxemulator@9476 | 19 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') |
Hans-G?nter@23126 | 20 cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib |
shann@25634 | 21 |
shann@25634 | 22 # Ensure remove .la files |
shann@25634 | 23 find $fs -name "*.la" -delete |
slaxemulator@9476 | 24 } |