wok-current view libxslt-python/receipt @ rev 25728
Merge wok for both arch and few updates
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 08:39:45 2024 +0000 (9 months ago) |
parents | 3ad63c8fc2f9 |
children | c177a8bfb053 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libxslt-python"
4 VERSION="1.1.35"
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 HOST_ARCH="i486 x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 # Python module
21 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
22 cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib
24 # Ensure remove .la files
25 find $fs -name "*.la" -delete
26 }