milis/talimatname/genel/p/python3-pillow/talimat

19 lines
463 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Python Görüntüleme Kitaplığı (PIL) çatalı
# URL: http://python-imaging.github.io/
# Paketçi: milisarge
2018-08-13 23:05:56 +02:00
# Gerekler: python3 python3-setuptools lcms libwebp tk openjpeg
2018-08-01 09:21:57 +02:00
# Grup: kütüphane
2018-06-09 00:06:58 +02:00
isim=python3-pillow
2018-08-13 21:36:54 +02:00
surum=5.2.0
2018-06-09 00:06:58 +02:00
_appisim=Pillow
devir=1
2018-08-13 23:05:56 +02:00
kaynak=(https://files.pythonhosted.org/packages/source/P/$_appisim/$_appisim-$surum.tar.gz)
2018-06-09 00:06:58 +02:00
derle() {
2018-08-13 23:05:56 +02:00
cd Pillow-$surum
python3 setup.py build
python3 setup.py install --prefix=/usr --root=$PKG
2018-06-09 00:06:58 +02:00
}