1
0
forked from ports/contrib
contrib-tek/pil/Pkgfile

17 lines
430 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: Python Imaging Library.
# URL: http://www.pythonware.com/products/pil/
2008-03-18 21:02:13 +11:00
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Packager: Youn<75>s Hafri, ycrux at club-internet dot fr
2006-11-20 07:26:53 +10:00
# Depends on: python, libjpeg, libpng, freetype
2006-11-14 09:01:22 +10:00
name=pil
version=1.1.5
2007-03-24 23:05:45 +10:00
release=2
2006-11-14 09:01:22 +10:00
source=(http://effbot.org/downloads/Imaging-$version.tar.gz)
build () {
2006-11-20 07:26:53 +10:00
cd Imaging-$version
python setup.py install --root=$PKG
2006-11-14 09:01:22 +10:00
}