wok-current diff python-reportlab/receipt @ rev 17775
notecase: enable gnome-vfs support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 14 13:17:39 2015 +0100 (2015-03-14) |
parents | f3327707164a |
children | 7390f8de9846 |
line diff
1.1 --- a/python-reportlab/receipt Sun Feb 28 17:01:48 2010 +0100 1.2 +++ b/python-reportlab/receipt Sat Mar 14 13:17:39 2015 +0100 1.3 @@ -5,10 +5,12 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="PDF generation solution." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="BSD" 1.8 SOURCE="ReportLab" 1.9 TARBALL="${SOURCE}_$VERSION.tar.gz" 1.10 WEB_SITE="http://www.reportlab.org/" 1.11 WGET_URL="${WEB_SITE}ftp/$TARBALL" 1.12 + 1.13 DEPENDS="python freetype" 1.14 BUILD_DEPENDS="python python-dev" 1.15 1.16 @@ -18,13 +20,13 @@ 1.17 ln -s ${SOURCE}_$VERSION $src 1.18 cd $src 1.19 python setup.py build && 1.20 - python setup.py install --root=$PWD/_pkg 1.21 + python setup.py install --root=$DESTDIR 1.22 } 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 - cp -a $_pkg/usr $fs 1.28 + cp -a $install/usr $fs 1.29 } 1.30 1.31 clean_wok()