wok view matplotlib/receipt @ rev 23406

updated perl-text-template (1.44 -> 1.58)
author Hans-G?nter Theisgen
date Wed Apr 01 06:37:49 2020 +0100 (2020-04-01)
parents 94368a89899f
children 370da83187ab
line source
1 # SliTaz package receipt.
3 PACKAGE="matplotlib"
4 VERSION="2.2.4"
5 CATEGORY="graphics"
6 SHORT_DESC="2D plotting library for the Python."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="PSL BSD"
9 WEB_SITE="http://matplotlib.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://pypi.io/packages/source/m/$PACKAGE/$TARBALL"
14 DEPENDS="expat freetype gcc-lib-base gtk+ libpng pygtk python python-numpy
15 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp
16 xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr
17 xorg-libXrender zlib"
18 BUILD_DEPENDS="freetype-dev libpng-dev pygtk-dev python python-dev
19 python-numpy python-setuptools zlib-dev"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 cp -a $stuff/setup.cfg .
25 python setup.py build &&
26 python setup.py install --root=$DESTDIR
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/usr $fs
33 }