wok diff reportlab/receipt @ rev 3275

galculator: Add chinese name and comment to galculator.desktop
author Chen Yufei <tsjz@ymail.com>
date Tue Jun 02 12:47:11 2009 +0800 (2009-06-02)
parents 3d99ecce2d4b
children
line diff
     1.1 --- a/reportlab/receipt	Sun Oct 05 23:16:15 2008 +0000
     1.2 +++ b/reportlab/receipt	Tue Jun 02 12:47:11 2009 +0800
     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