wok diff python-pychart/receipt @ rev 16007

Add go mode for emacs (1.2.1)
author Dominique Corbex <domcox@slitaz.org>
date Tue Mar 04 13:27:14 2014 +0100 (2014-03-04)
parents 017a09f73a4a
children c0f78f4c829d
line diff
     1.1 --- a/python-pychart/receipt	Fri Jun 12 23:16:25 2009 +0000
     1.2 +++ b/python-pychart/receipt	Tue Mar 04 13:27:14 2014 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Python library for creating EPS, PDF, PNG or SVG."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL"
     1.8  SOURCE="PyChart"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://home.gna.org/pychart/"
    1.11 @@ -16,14 +17,14 @@
    1.12  {
    1.13  	cd $src
    1.14  	python setup.py build
    1.15 -	python setup.py install --root=$PWD/_pkg
    1.16 +	python setup.py install --root=$DESTDIR
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs
    1.23 -	cp -a $_pkg/usr $fs
    1.24 +	cp -a $install/usr $fs
    1.25  }
    1.26  
    1.27  # Remove old package.