wok rev 3417

Ren: pydot -> python-pydot & UROPTDOI
author Claudinei Pereira <claudinei@slitaz.org>
date Fri Jun 12 23:02:15 2009 +0000 (2009-06-12)
parents 7e47afbaec37
children aa7d170708a9
files openerp-server/receipt pydot/receipt python-pydot/receipt
line diff
     1.1 --- a/openerp-server/receipt	Fri Jun 12 22:54:04 2009 +0000
     1.2 +++ b/openerp-server/receipt	Fri Jun 12 23:02:15 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  pyparsing graphviz libgcrypt python-pil python-lxml matplotlib python-pyxml \
     1.7 -pychart pydot egenix-mx-base"
     1.8 +pychart python-pydot egenix-mx-base"
     1.9  BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ 
    1.10 -pychart pydot python-dev"
    1.11 +pychart python-pydot python-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
     2.1 --- a/pydot/receipt	Fri Jun 12 22:54:04 2009 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,27 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="pydot"
     2.7 -VERSION="1.0.2"
     2.8 -CATEGORY="development"
     2.9 -SHORT_DESC="Python interface to Graphviz's dot language."
    2.10 -MAINTAINER="pascal.bellard@slitaz.org"
    2.11 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.12 -WEB_SITE="http://code.google.com/p/pydot/"
    2.13 -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    2.14 -DEPENDS="python pyparsing graphviz"
    2.15 -
    2.16 -# Rules to configure and make the package.
    2.17 -compile_rules()
    2.18 -{
    2.19 -	cd $src
    2.20 -	python setup.py build
    2.21 -	python setup.py install --root=$PWD/_pkg
    2.22 -}
    2.23 -
    2.24 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.25 -genpkg_rules()
    2.26 -{
    2.27 -	mkdir -p $fs/usr
    2.28 -	cp -a $_pkg/usr/lib $fs/usr
    2.29 -}
    2.30 -
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/python-pydot/receipt	Fri Jun 12 23:02:15 2009 +0000
     3.3 @@ -0,0 +1,33 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="python-pydot"
     3.7 +SOURCE="pydot"
     3.8 +VERSION="1.0.2"
     3.9 +CATEGORY="development"
    3.10 +SHORT_DESC="Python interface to Graphviz's dot language."
    3.11 +MAINTAINER="pascal.bellard@slitaz.org"
    3.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    3.13 +WEB_SITE="http://code.google.com/p/pydot/"
    3.14 +WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL"
    3.15 +DEPENDS="python pyparsing graphviz"
    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/usr
    3.29 +	cp -a $_pkg/usr/lib $fs/usr
    3.30 +}
    3.31 +
    3.32 +# Remove old package.
    3.33 +post_install()
    3.34 +{
    3.35 +	rm -rf $1/var/lib/tazpkg/installed/pydot
    3.36 +}