wok diff python-pil/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 9e01bc6321ea
children 1df6fa555414
line diff
     1.1 --- a/python-pil/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/python-pil/receipt	Tue Apr 06 13:52:57 2021 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-pil"
     1.7 -VERSION="1.1.6"
     1.8 +VERSION="1.1.7"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Python Imaging Library."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://pypi.org/project/PIL/"
    1.14 +
    1.15  SOURCE="Imaging"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.pythonware.com/products/pil/"
    1.18  WGET_URL="http://effbot.org/downloads/$TARBALL"
    1.19  
    1.20 -DEPENDS="python jpeg zlib freetype tk"
    1.21 -BUILD_DEPENDS="python python-dev jpeg-dev zlib-dev"
    1.22 +DEPENDS="freetype jpeg python tk zlib"
    1.23 +BUILD_DEPENDS="jpeg-dev python python-dev zlib-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27 @@ -24,8 +25,7 @@
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	mkdir -p $fs
    1.32 -	cp -a $install/usr $fs
    1.33 +	cp -a $install/usr	$fs
    1.34  }
    1.35  
    1.36  # Remove old package.