contrib/pillow/Pkgfile

17 lines
478 B
Plaintext
Raw Normal View History

2015-01-26 07:03:06 +01:00
# 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: python-setuptools lcms libwebp
2015-01-26 07:03:06 +01:00
name=pillow
2015-04-08 15:12:38 +02:00
version=2.8.1
2015-01-26 07:03:06 +01:00
release=1
source=(https://pypi.python.org/packages/source/P/Pillow/Pillow-$version.tar.gz)
build() {
cd Pillow-$version
2015-04-08 15:12:38 +02:00
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG --optimize=0
2015-01-26 07:03:06 +01:00
}