wok diff matplotlib/receipt @ rev 4176

Fix: matplotlib config, build and update to 0.99.1
author Christophe Lincoln <pankso@slitaz.org>
date Tue Sep 22 22:05:53 2009 +0200 (2009-09-22)
parents 23858f368eeb
children 5b44af8c1257
line diff
     1.1 --- a/matplotlib/receipt	Fri Jun 12 21:58:05 2009 +0000
     1.2 +++ b/matplotlib/receipt	Tue Sep 22 22:05:53 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="matplotlib"
     1.7 -VERSION="0.98.3"
     1.8 +VERSION="0.99.1"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="2D plotting library for the Python."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -10,13 +10,15 @@
    1.13  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.14  DEPENDS="python zlib libpng freetype python-numpy gtk+ expat xorg-libXau \
    1.15  xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \
    1.16 -xorg-libXinerama xorg-libXrandr xorg-libXrender"
    1.17 -BUILD_DEPENDS="python python-dev zlib-dev libpng-dev freetype-dev python-numpy"
    1.18 +xorg-libXinerama xorg-libXrandr xorg-libXrender pygtk"
    1.19 +BUILD_DEPENDS="python python-dev zlib-dev libpng-dev freetype-dev python-numpy \
    1.20 +pygtk-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25  	cd $src
    1.26 +	cp -a ../stuff/setup.cfg .
    1.27  	python setup.py build
    1.28  	python setup.py install --root=$PWD/_pkg
    1.29  }