# Tanım: Python Görüntüleme Kitaplığı (PIL) çatalı
# URL: http://python-imaging.github.io/
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools lcms libwebp tk sane openjpeg

isim=python3-pillow
surum=4.2.1
_sanever=2.8.3
_appisim=Pillow
devir=1

kaynak=(https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$surum.tar.gz
       https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz)

derle() {
    cd $SRC
    sed -i "s|os.path.join|'../libImaging', &|" $SRC/Sane-$_sanever/setup.py
    cp -r $SRC/Sane-${_sanever} $SRC/${_appname}-$surum/Sane

    cd Pillow-$surum
    python3 setup.py install --prefix=/usr --root=$PKG
    cd Sane
    python3 setup.py install --prefix=/usr --root=$PKG
    cd ../libImaging
    install -dm755 $PKG/usr/include/python3.5m
    install -m644 -t $PKG/usr/include/python3.5m *.h
    
    cd $PKG/usr/bin
    for f in *.py; do
        mv $f "${f%.py}2"
    done
}
