wok-4.x view libxml2-python/receipt @ rev 12471
Mass Rebuild of base packages
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Nov 10 11:11:46 2022 +0000 (2022-11-10) |
parents | c27f65372234 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libxml2-python"
4 VERSION="2.7.8"
5 CATEGORY="development"
6 SHORT_DESC="Libxml2 adapter for the Python."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://xmlsoft.org/"
10 DEPENDS="python libxml2 libxslt"
11 WANTED="libxml2"
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/python* $fs/usr/lib
17 }