Info2: << Package: pil-py%type_pkg[python] Type: python (2.2 2.3 2.4) Version: 1.1.4 Revision: 27 Description: Python Imaging Library DescDetail: << The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities. << DescPort: << tk 8.4 not supported, needs a patch to tkImaging.c to compile. lots of patches to help it find fink installed libs and headers. << Source: http://effbot.org/downloads/Imaging-%v.tar.gz Source-MD5: d2c03c25a9a0128832137dd536da88da BuildDepends: tcltk-dev (>= 8.4.1-1) , libpng3, libjpeg Depends: python%type_pkg[python], tcltk (>= 8.4.1-1), libpng3-shlibs, libjpeg-shlibs Replaces: pil Provides: pil GCC: 3.3 PatchScript: sed 's|@PREFIX@|%p|g' < %a/pil-py.patch | patch -p1 CompileScript: << (cd libImaging; ./configure %c; make) (export CPPFLAGS=""; %p/bin/python%type_raw[python] setup.py build) << InstallScript: << #!/bin/sh -ev %p/bin/python%type_raw[python] setup.py install --root=%d mkdir -p %i/share/doc/%n cp -R Doc/ %i/share/doc/%n/html cp -R Scripts %i/share/doc/%n cd libImaging mkdir -p %i/include/python%type_raw[python]/PIL cp -f ImConfig.h ImPlatform.h Imaging.h %i/include/python%type_raw[python]/PIL << DocFiles: CHANGES-114 BUILDME CONTENTS README License: OSI-Approved Homepage: http://www.pythonware.com/products/pil Maintainer: None # Info2 <<