wok annotate python-genshi/receipt @ rev 15401

Up: lvm2 (2.02.98)
author Dominique Corbex <domcox@slitaz.org>
date Sat Nov 02 21:26:53 2013 +0100 (2013-11-02)
parents 9c3c1929e786
children 16df76e1fc6a
rev   line source
pascal@14515 1 # SliTaz package receipt.
pascal@14515 2
pascal@14516 3 PACKAGE="python-genshi"
pascal@14516 4 VERSION="0.7"
pascal@14515 5 CATEGORY="development"
pascal@14515 6 SHORT_DESC="Python toolkit for generation of output for the web."
pascal@14515 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 8 LICENSE="BSD"
pascal@14515 9 SOURCE="Genshi"
pascal@14515 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@14515 11 WEB_SITE="http://genshi.edgewall.org/"
pascal@14515 12 WGET_URL="http://ftp.edgewall.com/pub/genshi/$TARBALL"
pascal@14515 13
pascal@14515 14 DEPENDS="python"
pascal@14515 15 BUILD_DEPENDS="python python-dev"
pascal@14515 16
pascal@14515 17 # Rules to configure and make the package.
pascal@14515 18 compile_rules()
pascal@14515 19 {
pascal@14515 20 cd $src
pascal@14515 21 python setup.py install --root=$DESTDIR
pascal@14515 22 }
pascal@14515 23
pascal@14515 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14515 25 genpkg_rules()
pascal@14515 26 {
pascal@14515 27 cp -a $install/usr $fs
pascal@14515 28 }