summaryrefslogtreecommitdiff
path: root/pillow/Pkgfile
blob: 337abd6fda674257fbd8912dda3840195145cca4 (plain)
    1 # Description: Python Imaging Library (PIL) fork.
    2 # URL: http://python-pillow.github.io/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Packager: Danny Rawlins, crux at romster dot me
    5 # Depends on: setuptools lcms libwebp
    6 
    7 name=pillow
    8 version=2.8.1
    9 release=1
   10 source=(https://pypi.python.org/packages/source/P/Pillow/Pillow-$version.tar.gz)
   11 
   12 build() {
   13 	cd Pillow-$version
   14 	/usr/bin/python setup.py build
   15 	/usr/bin/python setup.py install --root=$PKG --optimize=0
   16 }

Generated by cgit