wok-next annotate python-pyxml/receipt @ rev 21303

updated gujin (2.8.6 -> 2.8.7)
author Hans-G?nter Theisgen
date Tue Dec 10 07:57:29 2019 +0100 (2019-12-10)
parents c9a7a7b42a86
children
rev   line source
al@20972 1 # SliTaz package receipt v2.
claudinei@3414 2
al@20972 3 ORIGIN="PyXML"
claudinei@3414 4 PACKAGE="python-pyxml"
al@20972 5 VERSION="0.8.4" # no longer maintained since 2004
al@20972 6 CATEGORY="python"
al@20972 7 SHORT_DESC="Pythonic binding for xml"
claudinei@3414 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 9 LICENSE="BSD"
al@20887 10 WEB_SITE="http://pyxml.sourceforge.net/"
al@20972 11 #HOST_ARCH
al@20887 12 REPOLOGY="python:pyxml"
al@20887 13
al@20972 14 TARBALL="$ORIGIN-$VERSION.tar.gz"
claudinei@3414 15 WGET_URL="$SF_MIRROR/pyxml/$TARBALL"
pascal@11853 16
al@20972 17 BUILD_DEPENDS="python-dev"
claudinei@3414 18
al@20972 19 compile_rules() {
al@21020 20 python -B setup.py build --with-xslt &&
al@20972 21 python -B setup.py install --root=$install
claudinei@3414 22 }
claudinei@3414 23
al@20972 24 genpkg_rules() {
al@20972 25 copy @std
al@20972 26 DEPENDS="python"
claudinei@3414 27 }