# HG changeset patch # User Claudinei Pereira # Date 1244848585 0 # Node ID 017a09f73a4a48c40f9d2be47b9ae50973bffbd9 # Parent aa7d170708a9a9152703a25272fd971968f14333 Ren: pychart -> python-pychart & UROPTDOI diff -r aa7d170708a9 -r 017a09f73a4a openerp-server/receipt --- a/openerp-server/receipt Fri Jun 12 23:10:19 2009 +0000 +++ b/openerp-server/receipt Fri Jun 12 23:16:25 2009 +0000 @@ -10,9 +10,9 @@ WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" DEPENDS="python postgresql libxml2-python libxslt psycopg2 python-reportlab \ python-pyparsing graphviz libgcrypt python-pil python-lxml matplotlib \ -python-pyxml pychart python-pydot egenix-mx-base" +python-pyxml python-pychart python-pydot egenix-mx-base" BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ -pychart python-pydot python-dev" +python-pychart python-pydot python-dev" # Rules to configure and make the package. compile_rules() diff -r aa7d170708a9 -r 017a09f73a4a pychart/receipt --- a/pychart/receipt Fri Jun 12 23:10:19 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -# 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 -} - diff -r aa7d170708a9 -r 017a09f73a4a python-pychart/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pychart/receipt Fri Jun 12 23:16:25 2009 +0000 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="python-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/pychart/$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 +} + +# Remove old package. +post_install() +{ + rm -rf $1/var/lib/tazpkg/installed/pychart +}