New package: python-imaging-1.1.7.
This commit is contained in:
parent
a27bd11eba
commit
8a098e7fcd
2 changed files with 30 additions and 0 deletions
7
srcpkgs/python-imaging/python-imaging.rshlibs
Normal file
7
srcpkgs/python-imaging/python-imaging.rshlibs
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
libjpeg.so.8
|
||||||
|
libz.so.1
|
||||||
|
libpython2.7.so.1.0
|
||||||
|
libpthread.so.0
|
||||||
|
libc.so.6
|
||||||
|
libfreetype.so.6
|
||||||
|
liblcms.so.1
|
23
srcpkgs/python-imaging/template
Normal file
23
srcpkgs/python-imaging/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'python-imaging'
|
||||||
|
pkgname=python-imaging
|
||||||
|
version=1.1.7
|
||||||
|
revision=1
|
||||||
|
wrksrc="Imaging-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
makedepends="python-devel jpeg-devel freetype-devel lcms-devel"
|
||||||
|
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
|
||||||
|
long_desc="
|
||||||
|
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."
|
||||||
|
|
||||||
|
pycompile_module="PIL"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall README 644 usr/share/licenses/${pkgname}/LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue