wok-next view xhtml2pdf/receipt @ rev 21115

Update gtk3
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 12 17:51:19 2019 +0200 (2019-01-12)
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 }