wok view libxslt-python/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
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 }