wok annotate libxslt-python/receipt @ rev 23703

fusecloop: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 28 08:38:50 2020 +0000 (2020-04-28)
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 }