wok annotate python-genshi/receipt @ rev 21800

guvcview: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 14:24:44 2019 +0200 (2019-08-10)
parents fd4f1e692109
children 9a628050ec65
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 python setup.py install --root=$DESTDIR
pascal@14515 21 }
pascal@14515 22
pascal@14515 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14515 24 genpkg_rules()
pascal@14515 25 {
pascal@14515 26 cp -a $install/usr $fs
pascal@14515 27 }