wok-next view libxslt-python/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents 210b7c05d288
children 35a20e111081
line source
1 # SliTaz package receipt.
3 PACKAGE="libxslt-python"
4 VERSION="1.1.26"
5 CATEGORY="development"
6 SHORT_DESC="python module for libxslt"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="MIT"
9 WANTED="libxslt"
10 WEB_SITE="http://xmlsoft.org/"
12 DEPENDS="libxslt python"
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 }