wok-current diff xhtml2pdf/receipt @ rev 16141
ARM: add enlightenment
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 26 09:44:30 2014 +0100 (2014-03-26) |
parents | 983e91358a71 |
children | 7390f8de9846 |
line diff
1.1 --- a/xhtml2pdf/receipt Fri Jun 12 22:13:01 2009 +0000 1.2 +++ b/xhtml2pdf/receipt Wed Mar 26 09:44:30 2014 +0100 1.3 @@ -6,9 +6,11 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Converter for HTML/XHTML and CSS to PDF." 1.6 MAINTAINER="claudinei@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$SOURCE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.xhtml2pdf.com" 1.10 WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 1.11 + 1.12 DEPENDS="python python-reportlab python-html5lib python-pypdf setuptools" 1.13 BUILD_DEPENDS="$DEPENDS python-dev" 1.14 1.15 @@ -16,13 +18,13 @@ 1.16 compile_rules() 1.17 { 1.18 cd $src 1.19 - python setup.py install --root=$PWD/_pkg 1.20 + python setup.py install --root=$DESTDIR 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 mkdir -p $fs/usr 1.27 - cp -a $_pkg/usr $fs 1.28 + cp -a $install/usr $fs 1.29 } 1.30