wok view python-genshi/receipt @ rev 15309

lm-sensors: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 15:02:39 2013 +0000 (2013-09-27)
parents b753766cd64e
children fd4f1e692109
line source
1 # SliTaz package receipt.
3 PACKAGE="python-genshi"
4 VERSION="0.7"
5 CATEGORY="development"
6 SHORT_DESC="Python toolkit for generation of output for the web."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="Genshi"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://genshi.edgewall.org/"
11 WGET_URL="http://ftp.edgewall.com/pub/genshi/$TARBALL"
13 DEPENDS="python"
14 BUILD_DEPENDS="python python-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }