wok annotate python-genshi/receipt @ rev 24095

Add jpegoptim
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 01 14:04:21 2021 +0000 (2021-09-01)
parents 16df76e1fc6a
children 2f230197370e
rev   line source
pascal@14515 1 # SliTaz package receipt.
pascal@14515 2
pascal@14516 3 PACKAGE="python-genshi"
Hans-G?nter@23489 4 VERSION="0.7.3"
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"
Hans-G?nter@23489 9 WEB_SITE="https://genshi.edgewall.org/"
Hans-G?nter@23489 10
pascal@14515 11 SOURCE="Genshi"
pascal@14515 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23489 13 WGET_URL="https://files.pythonhosted.org/packages/source/G/$SOURCE/$TARBALL"
pascal@14515 14
pascal@14515 15 DEPENDS="python"
pascal@14515 16 BUILD_DEPENDS="python python-dev"
pascal@14515 17
pascal@14515 18 # Rules to configure and make the package.
pascal@14515 19 compile_rules()
pascal@14515 20 {
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 {
Hans-G?nter@23489 27 cp -a $install/usr $fs
pascal@14515 28 }