wok-next view xhtml2pdf/receipt @ rev 21021
Combine slitaz-dev-tools
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Nov 03 03:56:00 2018 +0200 (2018-11-03) |
parents | 8b5b2a6d07b8 |
children | 5ffe59e2de3a |
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="http://www.xhtml2pdf.com/"
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 }