# HG changeset patch # User Claudinei Pereira # Date 1244846868 0 # Node ID 6a5553dfb1be8a0383241fbd4d884a7474ed3952 # Parent 28c34e01f8c693c4eff36ca72b68dfc83db48d33 Ren: pil -> python-pil & UROPTDOI diff -r 28c34e01f8c6 -r 6a5553dfb1be comix/receipt --- a/comix/receipt Fri Jun 12 22:31:15 2009 +0000 +++ b/comix/receipt Fri Jun 12 22:47:48 2009 +0000 @@ -5,8 +5,8 @@ CATEGORY="graphics" SHORT_DESC="Comix is animage viewer, specifically designed to handle comic books." MAINTAINER="mallory@skyrock.com" -DEPENDS="python pygtk pil" -BUILD_DEPENDS="python pygtk-dev pygtk pil" +DEPENDS="python pygtk python-pil" +BUILD_DEPENDS="python pygtk-dev pygtk python-pil" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://comix.sourceforge.net" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 28c34e01f8c6 -r 6a5553dfb1be openerp-server/receipt --- a/openerp-server/receipt Fri Jun 12 22:31:15 2009 +0000 +++ b/openerp-server/receipt Fri Jun 12 22:47:48 2009 +0000 @@ -9,8 +9,8 @@ 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 python-pyxml pychart \ -pydot egenix-mx-base" +pyparsing graphviz libgcrypt python-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 28c34e01f8c6 -r 6a5553dfb1be openerp-web/receipt --- a/openerp-web/receipt Fri Jun 12 22:31:15 2009 +0000 +++ b/openerp-web/receipt Fri Jun 12 22:47:48 2009 +0000 @@ -8,7 +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 python-pyxml pyparsing" +DEPENDS="matplotlib setuptools python-turbogears python-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 28c34e01f8c6 -r 6a5553dfb1be pil/receipt --- a/pil/receipt Fri Jun 12 22:31:15 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="pil" -VERSION="1.1.6" -CATEGORY="development" -SHORT_DESC="Python Imaging Library." -MAINTAINER="pascal.bellard@slitaz.org" -SOURCE="Imaging" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.pythonware.com/products/pil/" -WGET_URL="http://effbot.org/downloads/$TARBALL" -DEPENDS="python jpeg zlib freetype" -BUILD_DEPENDS="python python-dev jpeg-dev zlib-dev" - -# 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 28c34e01f8c6 -r 6a5553dfb1be python-pil/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pil/receipt Fri Jun 12 22:47:48 2009 +0000 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="python-pil" +VERSION="1.1.6" +CATEGORY="development" +SHORT_DESC="Python Imaging Library." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="Imaging" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.pythonware.com/products/pil/" +WGET_URL="http://effbot.org/downloads/$TARBALL" +DEPENDS="python jpeg zlib freetype" +BUILD_DEPENDS="python python-dev jpeg-dev zlib-dev" + +# 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/pil +}