wok diff matplotlib/receipt @ rev 15771

fpm2: add icon
author Dominique Corbex <domcox@slitaz.org>
date Tue Jan 07 22:29:24 2014 +0100 (2014-01-07)
parents d1768332cee0
children 16df76e1fc6a
line diff
     1.1 --- a/matplotlib/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/matplotlib/receipt	Tue Jan 07 22:29:24 2014 +0100
     1.3 @@ -5,9 +5,11 @@
     1.4  CATEGORY="graphics"
     1.5  SHORT_DESC="2D plotting library for the Python."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="PSL BSD"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://matplotlib.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 +
    1.12  DEPENDS="python zlib libpng freetype python-numpy gtk+ expat xorg-libXau \
    1.13  xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \
    1.14  xorg-libXinerama xorg-libXrandr xorg-libXrender pygtk gcc-lib-base"
    1.15 @@ -20,12 +22,12 @@
    1.16  	cd $src
    1.17  	cp -a $stuff/setup.cfg .
    1.18  	python setup.py build
    1.19 -	python setup.py install --root=$PWD/_pkg
    1.20 +	python setup.py install --root=$DESTDIR
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	cp -a $_pkg/usr $fs
    1.27 +	cp -a $install/usr $fs
    1.28  }
    1.29