wok-6.x rev 3415
Ren: pil -> python-pil & UROPTDOI
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Fri Jun 12 22:47:48 2009 +0000 (2009-06-12) |
parents | 28c34e01f8c6 |
children | 7e47afbaec37 |
files | comix/receipt openerp-server/receipt openerp-web/receipt pil/receipt python-pil/receipt |
line diff
1.1 --- a/comix/receipt Fri Jun 12 22:31:15 2009 +0000 1.2 +++ b/comix/receipt Fri Jun 12 22:47:48 2009 +0000 1.3 @@ -5,8 +5,8 @@ 1.4 CATEGORY="graphics" 1.5 SHORT_DESC="Comix is animage viewer, specifically designed to handle comic books." 1.6 MAINTAINER="mallory@skyrock.com" 1.7 -DEPENDS="python pygtk pil" 1.8 -BUILD_DEPENDS="python pygtk-dev pygtk pil" 1.9 +DEPENDS="python pygtk python-pil" 1.10 +BUILD_DEPENDS="python pygtk-dev pygtk python-pil" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://comix.sourceforge.net" 1.13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
2.1 --- a/openerp-server/receipt Fri Jun 12 22:31:15 2009 +0000 2.2 +++ b/openerp-server/receipt Fri Jun 12 22:47:48 2009 +0000 2.3 @@ -9,8 +9,8 @@ 2.4 WEB_SITE="http://openerp.com/" 2.5 WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" 2.6 DEPENDS="python postgresql libxml2-python libxslt psycopg2 python-reportlab \ 2.7 -pyparsing graphviz libgcrypt pil python-lxml matplotlib python-pyxml pychart \ 2.8 -pydot egenix-mx-base" 2.9 +pyparsing graphviz libgcrypt python-pil python-lxml matplotlib python-pyxml \ 2.10 +pychart pydot egenix-mx-base" 2.11 BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ 2.12 pychart pydot python-dev" 2.13
3.1 --- a/openerp-web/receipt Fri Jun 12 22:31:15 2009 +0000 3.2 +++ b/openerp-web/receipt Fri Jun 12 22:47:48 2009 +0000 3.3 @@ -8,7 +8,8 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.5 WEB_SITE="http://openerp.com/" 3.6 WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" 3.7 -DEPENDS="matplotlib setuptools python-turbogears pil python python-pyxml pyparsing" 3.8 +DEPENDS="matplotlib setuptools python-turbogears python-pil python \ 3.9 +python-pyxml pyparsing" 3.10 BUILD_DEPENDS="setuptools python-dev python python-pyxml python-turbogears" 3.11 CONFIG_FILES="/etc/openerp/openerp-web.conf" 3.12 # http://doc.openerp.com/install/linux/web/index.html
4.1 --- a/pil/receipt Fri Jun 12 22:31:15 2009 +0000 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,29 +0,0 @@ 4.4 -# SliTaz package receipt. 4.5 - 4.6 -PACKAGE="pil" 4.7 -VERSION="1.1.6" 4.8 -CATEGORY="development" 4.9 -SHORT_DESC="Python Imaging Library." 4.10 -MAINTAINER="pascal.bellard@slitaz.org" 4.11 -SOURCE="Imaging" 4.12 -TARBALL="$SOURCE-$VERSION.tar.gz" 4.13 -WEB_SITE="http://www.pythonware.com/products/pil/" 4.14 -WGET_URL="http://effbot.org/downloads/$TARBALL" 4.15 -DEPENDS="python jpeg zlib freetype" 4.16 -BUILD_DEPENDS="python python-dev jpeg-dev zlib-dev" 4.17 - 4.18 -# Rules to configure and make the package. 4.19 -compile_rules() 4.20 -{ 4.21 - cd $src 4.22 - python setup.py build && 4.23 - python setup.py install --root=$PWD/_pkg 4.24 -} 4.25 - 4.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 4.27 -genpkg_rules() 4.28 -{ 4.29 - mkdir -p $fs 4.30 - cp -a $_pkg/usr $fs 4.31 -} 4.32 -
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/python-pil/receipt Fri Jun 12 22:47:48 2009 +0000 5.3 @@ -0,0 +1,34 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="python-pil" 5.7 +VERSION="1.1.6" 5.8 +CATEGORY="development" 5.9 +SHORT_DESC="Python Imaging Library." 5.10 +MAINTAINER="pascal.bellard@slitaz.org" 5.11 +SOURCE="Imaging" 5.12 +TARBALL="$SOURCE-$VERSION.tar.gz" 5.13 +WEB_SITE="http://www.pythonware.com/products/pil/" 5.14 +WGET_URL="http://effbot.org/downloads/$TARBALL" 5.15 +DEPENDS="python jpeg zlib freetype" 5.16 +BUILD_DEPENDS="python python-dev jpeg-dev zlib-dev" 5.17 + 5.18 +# Rules to configure and make the package. 5.19 +compile_rules() 5.20 +{ 5.21 + cd $src 5.22 + python setup.py build && 5.23 + python setup.py install --root=$PWD/_pkg 5.24 +} 5.25 + 5.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.27 +genpkg_rules() 5.28 +{ 5.29 + mkdir -p $fs 5.30 + cp -a $_pkg/usr $fs 5.31 +} 5.32 + 5.33 +# Remove old package. 5.34 +post_install() 5.35 +{ 5.36 + rm -rf $1/var/lib/tazpkg/installed/pil 5.37 +}