16 lines
426 B
Plaintext
16 lines
426 B
Plaintext
|
# Description: Python Imaging Library (PIL) fork.
|
||
|
# URL: http://python-pillow.github.io/
|
||
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
||
|
# Packager: Danny Rawlins, crux at romster dot me
|
||
|
# Depends on: setuptools lcms libwebp
|
||
|
|
||
|
name=pillow
|
||
|
version=2.7.0
|
||
|
release=1
|
||
|
source=(https://pypi.python.org/packages/source/P/Pillow/Pillow-$version.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
cd Pillow-$version
|
||
|
/usr/bin/python setup.py install --root=$PKG
|
||
|
}
|