# HG changeset patch # User Pascal Bellard # Date 1234220857 0 # Node ID 792a1b3ccf5568e45044625acbd41384c215b687 # Parent f6b45104a7c43c4a8c852ee43ce514fdc92f356a Add pychart diff -r f6b45104a7c4 -r 792a1b3ccf55 pychart/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pychart/receipt Mon Feb 09 23:07:37 2009 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="pychart" +VERSION="1.39" +CATEGORY="development" +SHORT_DESC="Python library for creating EPS, PDF, PNG or SVG." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="PyChart" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://home.gna.org/pychart/" +WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL" +DEPENDS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs + cp -a $_pkg/usr $fs +} +