wok view python-genshi/receipt @ rev 17339

mutt: add CONFIG_FILES
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 05 21:30:58 2014 +0100 (2014-11-05)
parents 9c3c1929e786
children 16df76e1fc6a
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 LICENSE="BSD"
9 SOURCE="Genshi"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://genshi.edgewall.org/"
12 WGET_URL="http://ftp.edgewall.com/pub/genshi/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python python-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }