# Description: Python Imaging Library.
# URL:         http://www.pythonware.com/products/pil/
# Maintainer:  Lucas Hazel, lucas at die dot net dot au
# Packager:    Younès Hafri, ycrux at club-internet dot fr
# Depends on:  python, libjpeg, libpng, freetype

name=pil
version=1.1.6
release=1
source=(http://effbot.org/downloads/Imaging-$version.tar.gz)

build () {
   cd Imaging-$version
   python setup.py install --root=$PKG
   find $PKG -name '*egg-info' | xargs rm
}

