contrib/pil/Pkgfile

20 lines
490 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/
2007-01-20 03:21:06 +01:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
2006-11-19 22:26:53 +01:00
# Packager: Youn<75>s Hafri <ycrux@club-internet.fr>
#
# Depends on: python, libjpeg, libpng, freetype
2006-11-14 00:01:22 +01:00
name=pil
version=1.1.5
2007-03-24 14:05:45 +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 build
python setup.py install --root=$PKG
chown -R root:root $PKG
2006-11-14 00:01:22 +01:00
}