SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libxml2-python"

# SliTaz package receipt.

PACKAGE="libxml2-python"
VERSION="2.6.15"
CATEGORY="development"
SHORT_DESC="Libxml2 adapter for the Python."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://xmlsoft.org/"
WGET_URL="ftp://xmlsoft.org/libxml2/python/$TARBALL"
DEPENDS="python libxml2 libxslt"
BUILD_DEPENDS="python python-dev libxml2-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    python setup.py build &&
    python setup.py install --root=$PWD/_pkg
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $_pkg/usr $fs
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)