wok diff python-pil/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents 8fd90285da5e
children 7390f8de9846
line diff
     1.1 --- a/python-pil/receipt	Wed Mar 03 00:11:28 2010 +0100
     1.2 +++ b/python-pil/receipt	Sun Nov 03 21:52:37 2013 +0100
     1.3 @@ -5,10 +5,12 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Python Imaging Library."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  SOURCE="Imaging"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.pythonware.com/products/pil/"
    1.11  WGET_URL="http://effbot.org/downloads/$TARBALL"
    1.12 +
    1.13  DEPENDS="python jpeg zlib freetype tk"
    1.14  BUILD_DEPENDS="python python-dev jpeg-dev zlib-dev"
    1.15  
    1.16 @@ -17,14 +19,14 @@
    1.17  {
    1.18  	cd $src
    1.19  	python setup.py build &&
    1.20 -	python setup.py install --root=$PWD/_pkg
    1.21 +	python setup.py install --root=$DESTDIR
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs
    1.28 -	cp -a $_pkg/usr $fs
    1.29 +	cp -a $install/usr $fs
    1.30  }
    1.31  
    1.32  # Remove old package.