wok view libxml2-python/receipt @ rev 15601

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 20:23:08 2013 +0000 (2013-12-05)
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 }