#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=Imaging pkgver=1.1.7 zenver=64 pkgrel=1 arch=i486 source=(http://effbot.org/downloads/Imaging-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://www.pythonware.com/products/pil/ sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/d/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Imaging - Python Imaging Library (PIL)" "The Python Imaging Library (PIL) adds image processing capabilities" "to your Python environment. This library provides extensive file" "format support, an efficient internal representation, and powerful" "image processing capabilities." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py build_ext -i python selftest.py mkdir $startdir/pkg/usr python setup.py install --prefix=$startdir/pkg/usr }