wok-next view xhtml2pdf/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
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 }