wok view pyxml/receipt @ rev 2070

Add perl-apache-dbi
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 23 20:40:16 2009 +0000 (2009-01-23)
parents
children b3be3ba25297
line source
1 # SliTaz package receipt.
3 PACKAGE="pyxml"
4 VERSION="0.8.4"
5 CATEGORY="development"
6 SHORT_DESC="Pythonic binding for xml..."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="PyXML"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://sourceforge.net/projects/pyxml/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="python"
13 BUILD_DEPENDS="python"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }