wok-stable diff pil/receipt @ rev 3224
Poedit: Fix depends
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Fri May 29 03:34:51 2009 +0000 (2009-05-29) |
parents | 3aa239f1d0ac |
children | 969acaae8c1d |
line diff
1.1 --- a/pil/receipt Thu Sep 25 08:15:24 2008 +0000 1.2 +++ b/pil/receipt Fri May 29 03:34:51 2009 +0000 1.3 @@ -9,13 +9,14 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.pythonware.com/products/pil/" 1.6 WGET_URL="http://effbot.org/downloads/$TARBALL" 1.7 -DEPENDS="jpeg zlib freetype" 1.8 +DEPENDS="python jpeg zlib freetype" 1.9 +DUILD_DEPENDS="python python-dev jpeg-dev zlib-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - python setup.py build 1.16 + python setup.py build && 1.17 python setup.py install --root=$PWD/_pkg 1.18 } 1.19