wok view pychart/receipt @ rev 2829

add get-texlive
author Pierre-Jean Fichet <sygne@ombres.eu>
date Thu Apr 30 10:06:33 2009 +0000 (2009-04-30)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="pychart"
4 VERSION="1.39"
5 CATEGORY="development"
6 SHORT_DESC="Python library for creating EPS, PDF, PNG or SVG."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="PyChart"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://home.gna.org/pychart/"
11 WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL"
12 DEPENDS="python"
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 mkdir -p $fs
26 cp -a $_pkg/usr $fs
27 }