wok-6.x diff python-pychart/receipt @ rev 17939

partimage: fix post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 15 09:53:08 2015 +0200 (2015-04-15)
parents fd4f1e692109
children 7390f8de9846
line diff
     1.1 --- a/python-pychart/receipt	Sat Oct 19 13:53:26 2013 +0000
     1.2 +++ b/python-pychart/receipt	Wed Apr 15 09:53:08 2015 +0200
     1.3 @@ -10,12 +10,13 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://home.gna.org/pychart/"
     1.6  WGET_URL="http://download.gna.org/pychart/$TARBALL"
     1.7 +
     1.8  DEPENDS="python"
     1.9 +BUILD_DEPENDS="python"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	cd $src
    1.15  	python setup.py build
    1.16  	python setup.py install --root=$DESTDIR
    1.17  }