wok rev 3250

Up: reportlab (2_3)
author Claudinei Pereira <claudinei@slitaz.org>
date Sun May 31 23:46:21 2009 +0000 (2009-05-31)
parents ccca050fe091
children 393a62dfce41
files reportlab/receipt
line diff
     1.1 --- a/reportlab/receipt	Sun May 31 23:20:33 2009 +0200
     1.2 +++ b/reportlab/receipt	Sun May 31 23:46:21 2009 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="reportlab"
     1.7 -VERSION="2_1"
     1.8 +VERSION="2_3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="PDF generation solution."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  SOURCE="ReportLab"
    1.13 -TARBALL="${SOURCE}_$VERSION.tgz"
    1.14 +TARBALL="${SOURCE}_$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.reportlab.org/"
    1.16  WGET_URL="${WEB_SITE}ftp/$TARBALL"
    1.17  DEPENDS="python"
    1.18 @@ -15,7 +15,7 @@
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	ln -s ${PACKAGE}_$VERSION/$PACKAGE $src
    1.23 +	ln -s ${SOURCE}_$VERSION $src
    1.24  	cd $src
    1.25  	python setup.py build &&
    1.26  	python setup.py install --root=$PWD/_pkg