wok-next annotate 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
rev   line source
al@21020 1 # SliTaz package receipt v2.
claudinei@3253 2
claudinei@3253 3 PACKAGE="xhtml2pdf"
claudinei@3253 4 VERSION="3.0.32"
claudinei@3253 5 CATEGORY="utilities"
al@21020 6 SHORT_DESC="Converter for HTML/XHTML and CSS to PDF"
claudinei@3253 7 MAINTAINER="claudinei@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@21032 9 WEB_SITE="https://www.sejda.com/html-to-pdf"
al@21020 10
al@21020 11 SOURCE="pisa"
claudinei@3253 12 TARBALL="$SOURCE-$VERSION.tar.gz"
al@20969 13 WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL"
pascal@15579 14
al@21020 15 BUILD_DEPENDS="python-dev python-reportlab python-html5lib python-pypdf"
claudinei@3253 16
al@21020 17 compile_rules() {
al@21020 18 python -B setup.py install --root=$install
claudinei@3253 19 }
claudinei@3253 20
al@21020 21 genpkg_rules() {
al@21020 22 copy @std
al@21020 23 DEPENDS="python python-reportlab python-html5lib python-pypdf"
claudinei@3253 24 }