wok annotate libxslt-python/receipt @ rev 25632
Up gtklife (5.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 23 14:06:29 2023 +0000 (11 months ago) |
parents | 06ffe7f7cb2a |
children |
rev | line source |
---|---|
slaxemulator@9476 | 1 # SliTaz package receipt. |
slaxemulator@9476 | 2 |
slaxemulator@9476 | 3 PACKAGE="libxslt-python" |
Hans-G?nter@23126 | 4 VERSION="1.1.34" |
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 |
slaxemulator@9476 | 21 } |