wok-current diff reportlab/receipt @ rev 1880
Gparted: add desktop icon
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 17 10:40:42 2008 +0000 (2008-12-17) |
parents | 3cc1d65e6423 |
children | 0ba1fdc97c4c |
line diff
1.1 --- a/reportlab/receipt Mon Aug 11 06:42:53 2008 +0000 1.2 +++ b/reportlab/receipt Wed Dec 17 10:40:42 2008 +0000 1.3 @@ -10,14 +10,14 @@ 1.4 WEB_SITE="http://www.reportlab.org/" 1.5 WGET_URL="${WEB_SITE}ftp/$TARBALL" 1.6 DEPENDS="python" 1.7 -BUILD_DEPENDS="python" 1.8 +BUILD_DEPENDS="python python-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 ln -s ${PACKAGE}_$VERSION/$PACKAGE $src 1.14 cd $src 1.15 - python setup.py build 1.16 + python setup.py build && 1.17 python setup.py install --root=$PWD/_pkg 1.18 } 1.19