wok-next view libxml2-python/receipt @ rev 15349
freetype: splashutils *needs* static lib
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 30 15:03:13 2013 +0000 (2013-09-30) |
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 }