contrib/python-pillow/Pkgfile

18 lines
485 B
Plaintext
Raw Normal View History

2015-01-26 07:03:06 +01:00
# Description: Python Imaging Library (PIL) fork.
# URL: https://python-pillow.org/
2015-01-26 07:03:06 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: lcms2 libraqm libwebp python-setuptools
# Optional: tk
2015-01-26 07:03:06 +01:00
2017-11-04 09:13:19 +01:00
name=python-pillow
_name=Pillow
version=6.2.2
2015-01-26 07:03:06 +01:00
release=1
source=(https://files.pythonhosted.org/packages/source/${_name:0:1}/$_name/$_name-$version.tar.gz)
2015-01-26 07:03:06 +01:00
build() {
cd $_name-$version
2015-04-08 15:12:38 +02:00
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG --optimize=1
2015-01-26 07:03:06 +01:00
}