wok view libxml2-python/receipt @ rev 15804

8086tiny: typos (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 22 18:22:51 2014 +0100 (2014-01-22)
parents 27727d07d680
children 8bdba6bcdf42
line source
1 # SliTaz package receipt.
3 PACKAGE="libxml2-python"
4 VERSION="2.8.0"
5 CATEGORY="development"
6 SHORT_DESC="Libxml2 adapter for the Python."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://xmlsoft.org/"
10 WANTED="libxml2"
12 DEPENDS="python libxml2 libxslt"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/python* $fs/usr/lib
19 }