wok view matplotlib/receipt @ rev 2670

Fix: php BUILD_DEPENDS
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Apr 20 15:47:52 2009 +0200 (2009-04-20)
parents e6e9c61e599b
children 23858f368eeb
line source
1 # SliTaz package receipt.
3 PACKAGE="matplotlib"
4 VERSION="0.98.3"
5 CATEGORY="graphics"
6 SHORT_DESC="2D plotting library for the Python."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://matplotlib.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 DEPENDS="python zlib libpng freetype numpy gtk+ expat xorg-libXau \
12 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \
13 xorg-libXinerama xorg-libXrandr xorg-libXrender"
14 BUILD_DEPENDS="python python-dev zlib-dev libpng-dev freetype-dev numpy"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py build
21 python setup.py install --root=$PWD/_pkg
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $_pkg/usr $fs
28 }