wok-current annotate libxslt-python/receipt @ rev 21353
updated libxslt, libxslt-dev and libxslt-python (1.1.26 -> 1.1.33)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 21 07:53:02 2019 +0100 (2019-04-21) |
parents | 09959b49f7da |
children | 73dbde138d18 |
rev | line source |
---|---|
slaxemulator@9476 | 1 # SliTaz package receipt. |
slaxemulator@9476 | 2 |
slaxemulator@9476 | 3 PACKAGE="libxslt-python" |
Hans-G?nter@21353 | 4 VERSION="1.1.33" |
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/') |
pascal@15268 | 20 cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib |
slaxemulator@9476 | 21 } |