contrib/pil/Pkgfile

18 lines
472 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Python Imaging Library.
# URL: http://www.pythonware.com/products/pil/
2008-03-18 11:02:13 +01:00
# Maintainer: Lucas Hazel, lucas at die dot net dot au
2009-12-07 13:01:04 +01:00
# Packager: Younes Hafri, ycrux at club-internet dot fr
2006-11-19 22:26:53 +01:00
# Depends on: python, libjpeg, libpng, freetype
2006-11-14 00:01:22 +01:00
name=pil
2008-07-11 14:28:06 +02:00
version=1.1.6
2008-12-10 14:18:44 +01:00
release=2
2006-11-14 00:01:22 +01:00
source=(http://effbot.org/downloads/Imaging-$version.tar.gz)
build () {
2006-11-19 22:26:53 +01:00
cd Imaging-$version
python setup.py install --root=$PKG
2008-07-11 14:28:06 +02:00
find $PKG -name '*egg-info' | xargs rm
2006-11-14 00:01:22 +01:00
}