# SliTaz package receipt. PACKAGE="libxml2-python" VERSION="2.9.9" CATEGORY="development" SHORT_DESC="Libxml2 adapter for the Python." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xmlsoft.org/" DEPENDS="python libxml2 libxslt" WANTED="libxml2" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/python* $fs/usr/lib }