wok-6.x rev 3419
Ren: pychart -> python-pychart & UROPTDOI
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Fri Jun 12 23:16:25 2009 +0000 (2009-06-12) |
parents | aa7d170708a9 |
children | 6f0c6dbd2e3a |
files | openerp-server/receipt pychart/receipt python-pychart/receipt |
line diff
1.1 --- a/openerp-server/receipt Fri Jun 12 23:10:19 2009 +0000 1.2 +++ b/openerp-server/receipt Fri Jun 12 23:16:25 2009 +0000 1.3 @@ -10,9 +10,9 @@ 1.4 WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" 1.5 DEPENDS="python postgresql libxml2-python libxslt psycopg2 python-reportlab \ 1.6 python-pyparsing graphviz libgcrypt python-pil python-lxml matplotlib \ 1.7 -python-pyxml pychart python-pydot egenix-mx-base" 1.8 +python-pyxml python-pychart python-pydot egenix-mx-base" 1.9 BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ 1.10 -pychart python-pydot python-dev" 1.11 +python-pychart python-pydot python-dev" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules()
2.1 --- a/pychart/receipt Fri Jun 12 23:10:19 2009 +0000 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,28 +0,0 @@ 2.4 -# SliTaz package receipt. 2.5 - 2.6 -PACKAGE="pychart" 2.7 -VERSION="1.39" 2.8 -CATEGORY="development" 2.9 -SHORT_DESC="Python library for creating EPS, PDF, PNG or SVG." 2.10 -MAINTAINER="pascal.bellard@slitaz.org" 2.11 -SOURCE="PyChart" 2.12 -TARBALL="$SOURCE-$VERSION.tar.gz" 2.13 -WEB_SITE="http://home.gna.org/pychart/" 2.14 -WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL" 2.15 -DEPENDS="python" 2.16 - 2.17 -# Rules to configure and make the package. 2.18 -compile_rules() 2.19 -{ 2.20 - cd $src 2.21 - python setup.py build 2.22 - python setup.py install --root=$PWD/_pkg 2.23 -} 2.24 - 2.25 -# Rules to gen a SliTaz package suitable for Tazpkg. 2.26 -genpkg_rules() 2.27 -{ 2.28 - mkdir -p $fs 2.29 - cp -a $_pkg/usr $fs 2.30 -} 2.31 -
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/python-pychart/receipt Fri Jun 12 23:16:25 2009 +0000 3.3 @@ -0,0 +1,33 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="python-pychart" 3.7 +VERSION="1.39" 3.8 +CATEGORY="development" 3.9 +SHORT_DESC="Python library for creating EPS, PDF, PNG or SVG." 3.10 +MAINTAINER="pascal.bellard@slitaz.org" 3.11 +SOURCE="PyChart" 3.12 +TARBALL="$SOURCE-$VERSION.tar.gz" 3.13 +WEB_SITE="http://home.gna.org/pychart/" 3.14 +WGET_URL="http://download.gna.org/pychart/$TARBALL" 3.15 +DEPENDS="python" 3.16 + 3.17 +# Rules to configure and make the package. 3.18 +compile_rules() 3.19 +{ 3.20 + cd $src 3.21 + python setup.py build 3.22 + python setup.py install --root=$PWD/_pkg 3.23 +} 3.24 + 3.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.26 +genpkg_rules() 3.27 +{ 3.28 + mkdir -p $fs 3.29 + cp -a $_pkg/usr $fs 3.30 +} 3.31 + 3.32 +# Remove old package. 3.33 +post_install() 3.34 +{ 3.35 + rm -rf $1/var/lib/tazpkg/installed/pychart 3.36 +}