wok view libxslt-python/receipt @ rev 13721

Add cherrytree: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 21 08:15:57 2012 +0000 (2012-12-21)
parents 79091c9a2a84
children 09959b49f7da
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 DEPENDS="libxslt python"
9 WANTED="libxslt"
10 WEB_SITE="http://xmlsoft.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 # Python module
17 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
18 cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib
19 }