19 lines
460 B
Plaintext
19 lines
460 B
Plaintext
# Tanım: Python Görüntüleme Kitaplığı (PIL) çatalı
|
||
# URL: http://python-imaging.github.io/
|
||
# Paketçi: milisarge
|
||
# Gerekler: python python-setuptools lcms libwebp tk openjpeg
|
||
# Grup: kütüphane
|
||
|
||
isim=python-pillow
|
||
surum=5.2.0
|
||
_appisim=Pillow
|
||
devir=1
|
||
|
||
kaynak=(https://files.pythonhosted.org/packages/source/P/$_appisim/$_appisim-$surum.tar.gz)
|
||
|
||
derle() {
|
||
cd Pillow-$surum
|
||
python2 setup.py build
|
||
python2 setup.py install --prefix=/usr --root=$PKG
|
||
}
|