wok-next view python-pyxml/receipt @ rev 21387
updated nfs-utils again (1.3.0 -> 2.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 17 14:10:17 2020 +0100 (2020-04-17) |
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 }