python-imaging: removed; replaced by python-Pillow
This commit is contained in:
parent
d9cfee9a1e
commit
8e0cfbba8c
|
@ -1,18 +0,0 @@
|
|||
# Template file for 'python-imaging'
|
||||
pkgname=python-imaging
|
||||
version=1.1.7
|
||||
revision=2
|
||||
wrksrc="Imaging-${version}"
|
||||
build_style=python-module
|
||||
makedepends="python-devel libjpeg-turbo-devel freetype-devel lcms-devel"
|
||||
pycompile_module="PIL"
|
||||
short_desc="PIL. Provides image processing capabilities for python"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="PIL"
|
||||
homepage="http://www.pythonware.com/products/pil/index.htm"
|
||||
distfiles="http://effbot.org/downloads/Imaging-${version}.tar.gz"
|
||||
checksum=895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211
|
||||
|
||||
post_install() {
|
||||
vinstall README 644 usr/share/licenses/${pkgname}/LICENSE
|
||||
}
|
Loading…
Reference in New Issue