wok view libxslt-python/receipt @ rev 23284

updated pcsc-tools (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Sun Mar 29 10:46:18 2020 +0100 (2020-03-29)
parents 06ffe7f7cb2a
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libxslt-python"
4 VERSION="1.1.34"
5 CATEGORY="development"
6 SHORT_DESC="Python module for libxslt."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="http://xmlsoft.org/"
11 DEPENDS="libxslt python"
12 WANTED="libxslt"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 # Python module
19 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
20 cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib
21 }