wok-next view xhtml2pdf/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xhtml2pdf"
4 VERSION="3.0.32"
5 CATEGORY="utilities"
6 SHORT_DESC="Converter for HTML/XHTML and CSS to PDF"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.sejda.com/html-to-pdf"
11 SOURCE="pisa"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL"
15 BUILD_DEPENDS="python-dev python-reportlab python-html5lib python-pypdf"
17 compile_rules() {
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="python python-reportlab python-html5lib python-pypdf"
24 }