wok view matplotlib/receipt @ rev 2003

Up: vte (0.19.4)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 20:24:36 2009 +0100 (2009-01-08)
parents e50bf461524d
children 180020af2ba6
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"
12 BUILD_DEPENDS="python python-dev zlib-dev libpng-dev freetype-dev numpy"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py build
19 python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }