# HG changeset patch # User Claudinei Pereira # Date 1244845875 0 # Node ID 28c34e01f8c693c4eff36ca72b68dfc83db48d33 # Parent 63e63926a8cacfc7cd893e94b3e3a008d5f3dbee Ren: pyxml -> python-pyxml & U.R.O.P.T.D.O.I diff -r 63e63926a8ca -r 28c34e01f8c6 dia/receipt --- a/dia/receipt Fri Jun 12 22:20:17 2009 +0000 +++ b/dia/receipt Fri Jun 12 22:31:15 2009 +0000 @@ -10,7 +10,9 @@ WGET_URL="ftp://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="gtk+ libxml2 freetype fontconfig glib atk pango zlib libart_lgpl \ libxslt popt xorg-libXdamage" -BUILD_DEPENDS="pkg-config gtk+-dev libxml2-dev freetype-dev intltool fontconfig-dev glib-dev atk-dev pango-dev pyxml zlib-dev libxslt libart_lgpl-dev libart_lgpl pygtk file libxslt-dev" +BUILD_DEPENDS="pkg-config gtk+-dev libxml2-dev freetype-dev intltool \ +fontconfig-dev glib-dev atk-dev pango-dev python-pyxml zlib-dev libxslt \ +libart_lgpl-dev libart_lgpl pygtk file libxslt-dev" # Rules to configure and make the package. compile_rules() diff -r 63e63926a8ca -r 28c34e01f8c6 openerp-client/receipt --- a/openerp-client/receipt Fri Jun 12 22:20:17 2009 +0000 +++ b/openerp-client/receipt Fri Jun 12 22:31:15 2009 +0000 @@ -8,7 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://openerp.com/" WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" -DEPENDS="postgresql-client python pygtk pygobject pycairo pyxml egenix-mx-base" +DEPENDS="postgresql-client python pygtk pygobject pycairo python-pyxml egenix-mx-base" BUILD_DEPENDS="python python-dev pygtk" SUGGESTED="epdfview" diff -r 63e63926a8ca -r 28c34e01f8c6 openerp-server/receipt --- a/openerp-server/receipt Fri Jun 12 22:20:17 2009 +0000 +++ b/openerp-server/receipt Fri Jun 12 22:31:15 2009 +0000 @@ -9,7 +9,7 @@ WEB_SITE="http://openerp.com/" WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" DEPENDS="python postgresql libxml2-python libxslt psycopg2 python-reportlab \ -pyparsing graphviz libgcrypt pil python-lxml matplotlib pyxml pychart \ +pyparsing graphviz libgcrypt pil python-lxml matplotlib python-pyxml pychart \ pydot egenix-mx-base" BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ pychart pydot python-dev" diff -r 63e63926a8ca -r 28c34e01f8c6 openerp-web/receipt --- a/openerp-web/receipt Fri Jun 12 22:20:17 2009 +0000 +++ b/openerp-web/receipt Fri Jun 12 22:31:15 2009 +0000 @@ -8,8 +8,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://openerp.com/" WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" -DEPENDS="matplotlib setuptools python-turbogears pil python pyxml pyparsing" -BUILD_DEPENDS="setuptools python-dev python pyxml python-turbogears" +DEPENDS="matplotlib setuptools python-turbogears pil python python-pyxml pyparsing" +BUILD_DEPENDS="setuptools python-dev python python-pyxml python-turbogears" CONFIG_FILES="/etc/openerp/openerp-web.conf" # http://doc.openerp.com/install/linux/web/index.html diff -r 63e63926a8ca -r 28c34e01f8c6 python-pyxml/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pyxml/receipt Fri Jun 12 22:31:15 2009 +0000 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="python-pyxml" +VERSION="0.8.4" +CATEGORY="development" +SHORT_DESC="Pythonic binding for xml..." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="PyXML" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pyxml.sourceforge.net/" +WGET_URL="$SF_MIRROR/pyxml/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build --with-xslt + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} + +# Remove old package. +post_install() +{ + rm -rf $1/var/lib/tazpkg/installed/pyxml +} \ No newline at end of file diff -r 63e63926a8ca -r 28c34e01f8c6 pyxml/receipt --- a/pyxml/receipt Fri Jun 12 22:20:17 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="pyxml" -VERSION="0.8.4" -CATEGORY="development" -SHORT_DESC="Pythonic binding for xml..." -MAINTAINER="pascal.bellard@slitaz.org" -SOURCE="PyXML" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pyxml.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="python" -BUILD_DEPENDS="python" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - python setup.py build --with-xslt - python setup.py install --root=$PWD/_pkg -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $_pkg/usr $fs -} -