wok-current annotate libxslt-python/receipt @ rev 25728
Merge wok for both arch and few updates
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 08:39:45 2024 +0000 (9 months ago) |
parents | 3ad63c8fc2f9 |
children | c177a8bfb053 |
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 |
shann@25728 | 14 HOST_ARCH="i486 x86_64" |
shann@25728 | 15 |
slaxemulator@9476 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@9476 | 17 genpkg_rules() |
slaxemulator@9476 | 18 { |
slaxemulator@9476 | 19 mkdir -p $fs/usr/lib |
slaxemulator@9476 | 20 # Python module |
slaxemulator@9476 | 21 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') |
Hans-Günter@23126 | 22 cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib |
shann@25634 | 23 |
shann@25634 | 24 # Ensure remove .la files |
shann@25634 | 25 find $fs -name "*.la" -delete |
slaxemulator@9476 | 26 } |