wok view matplotlib/receipt @ rev 3594

gajim: revert patch host_srv.patch(use bind-client/host not busybox/nslookup)
author Liu Peng <rocky@slitaz.org>
date Sun Jun 28 13:47:18 2009 +0000 (2009-06-28)
parents 180020af2ba6
children 90fa5e62d1ab
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 python-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 python-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 }