wok-current view libxml2-python/receipt @ rev 16419
Up freerdp (1.1.0-beta+2013071101)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 17 16:05:12 2014 +0000 (2014-04-17) |
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 }