wok annotate python-lxml/receipt @ rev 20700

updated afio (2.5.1 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Feb 05 17:01:36 2019 +0100 (2019-02-05)
parents 16df76e1fc6a
children fcd3d43eadad
rev   line source
pascal@1626 1 # SliTaz package receipt.
pascal@1626 2
pascal@1626 3 PACKAGE="python-lxml"
slaxemulator@8636 4 VERSION="2.3"
pascal@1626 5 CATEGORY="development"
pascal@1626 6 SHORT_DESC="Pythonic binding for the libxml2 and libxslt libraries.."
pascal@1626 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15385 8 LICENSE="BSD GPL PSL"
pascal@1626 9 SOURCE="lxml"
pascal@1626 10 TARBALL="$SOURCE-$VERSION.tgz"
pascal@20669 11 WEB_SITE="https://codespeak.net/lxml/"
slaxemulator@8636 12 WGET_URL="${WEB_SITE}${TARBALL}"
pascal@15379 13
pascal@2455 14 DEPENDS="python libxml2 libxslt zlib"
yuripourre@17737 15 BUILD_DEPENDS="python-dev libxml2 libxml2-dev libxslt libxslt-dev setuptools"
pascal@1626 16
pascal@1626 17 # Rules to configure and make the package.
pascal@1626 18 compile_rules()
pascal@1626 19 {
pascal@15379 20 make && python setup.py install --root=$DESTDIR
pascal@1626 21 }
pascal@1626 22
pascal@1626 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1626 24 genpkg_rules()
pascal@1626 25 {
pascal@15379 26 cp -a $install/usr $fs
pascal@1626 27 }