wok-next view matplotlib/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 5ffe59e2de3a
children
line source
1 # SliTaz package receipt.
3 PACKAGE="matplotlib"
4 VERSION="1.0.0"
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="https://matplotlib.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="python python-dev zlib-dev libpng-dev freetype-dev python-numpy \
15 python-pygtk-dev"
17 compile_rules() {
18 cp -a $stuff/setup.cfg .
20 python -B setup.py build &&
21 python -B setup.py install --root=$install
22 }
24 genpkg_rules() {
25 cp -a $install/usr $fs
26 DEPENDS="python zlib libpng freetype python-numpy gtk2 expat libxau \
27 libxcomposite libxcursor libxdmcp libxext \
28 libxfixes libxinerama libxrandr libxrender \
29 python-pygtk gcc-lib-base"
30 }