contrib/pil/Pkgfile

17 lines
430 B
Plaintext

# 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.5
release=2
source=(http://effbot.org/downloads/Imaging-$version.tar.gz)
build () {
cd Imaging-$version
python setup.py install --root=$PKG
}