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

19 lines
463 B
Text
Raw Permalink 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-14 00:05:56 +03:00
# Gerekler: python3 python3-setuptools lcms libwebp tk openjpeg
2018-08-01 07:21:57 +00:00
# Grup: kütüphane
2018-06-09 00:06:58 +02:00
isim=python3-pillow
2018-08-13 22:36:54 +03:00
surum=5.2.0
2018-06-09 00:06:58 +02:00
_appisim=Pillow
devir=1
2018-08-14 00:05:56 +03: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-14 00:05:56 +03:00
cd Pillow-$surum
python3 setup.py build
python3 setup.py install --prefix=/usr --root=$PKG
2018-06-09 00:06:58 +02:00
}