wok diff pil/receipt @ rev 1713

get-*: add ROOT support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 17 08:50:02 2008 +0000 (2008-11-17)
parents 3aa239f1d0ac
children 969acaae8c1d
line diff
     1.1 --- a/pil/receipt	Thu Sep 25 08:15:24 2008 +0000
     1.2 +++ b/pil/receipt	Mon Nov 17 08:50:02 2008 +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