wok-next view xhtml2pdf/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
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 }