grup-düzenlemeleri

This commit is contained in:
yasarciv67 2018-08-01 07:21:57 +00:00
parent 87b2d60995
commit b54db28a39
1 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
# URL: http://python-imaging.github.io/
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools lcms libwebp tk sane openjpeg
# Grup: kütüphane
isim=python3-pillow
surum=4.2.1
@ -9,13 +10,13 @@ _sanever=2.8.3
_appisim=Pillow
devir=1
kaynak=(https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$surum.tar.gz
kaynak=(https://files.pythonhosted.org/packages/source/P/$_appisim/$_appisim-$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
cp -r $SRC/Sane-${_sanever} $SRC/${_appisim}-$surum/Sane
cd Pillow-$surum
python3 setup.py install --prefix=/usr --root=$PKG