wok-next view python-pyxml/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents c9a7a7b42a86
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="PyXML"
4 PACKAGE="python-pyxml"
5 VERSION="0.8.4" # no longer maintained since 2004
6 CATEGORY="python"
7 SHORT_DESC="Pythonic binding for xml"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="http://pyxml.sourceforge.net/"
11 #HOST_ARCH
12 REPOLOGY="python:pyxml"
14 TARBALL="$ORIGIN-$VERSION.tar.gz"
15 WGET_URL="$SF_MIRROR/pyxml/$TARBALL"
17 BUILD_DEPENDS="python-dev"
19 compile_rules() {
20 python -B setup.py build --with-xslt &&
21 python -B setup.py install --root=$install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="python"
27 }