wok annotate python-pillow/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 b23b4a307b2f
children 104a2a2e5484
rev   line source
pascal@15882 1 # SliTaz package receipt.
pascal@15882 2
pascal@15883 3 PACKAGE="python-pillow"
Hans-G?nter@23528 4 VERSION="6.2.2"
pascal@15882 5 CATEGORY="development"
pascal@15882 6 SHORT_DESC="Python Imaging Library (Fork)."
pascal@15882 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15882 8 LICENSE="PSL"
Hans-G?nter@23528 9 WEB_SITE="https://pypi.python.org/pypi/Pillow"
Hans-G?nter@23528 10
pascal@15882 11 SOURCE="Pillow"
Hans-G?nter@23530 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23528 13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
pascal@15882 14
pascal@15882 15 DEPENDS="python"
Hans-G?nter@23528 16 BUILD_DEPENDS="jpeg-dev python-dev python-setuptools tiff-dev"
pascal@15882 17
pascal@15882 18 # Rules to configure and make the package.
pascal@15882 19 compile_rules()
pascal@15882 20 {
pascal@15882 21 python setup.py install --root=$DESTDIR
pascal@15882 22 }
pascal@15882 23
pascal@15882 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15882 25 genpkg_rules()
pascal@15882 26 {
pascal@15882 27 cp -a $install/usr $fs
pascal@15882 28 }