* updated ksmtp (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / python / pil / pil.conf
blob118725323a3e5626cabfbc68de851d86365831bb
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../pil/pil.conf
5 # Copyright (C) 2006 - 2020 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 pil_install_header()
17         pyver=`python -c "import sys; print sys.version[:3]"`
18         pyinstalldir=`python -c "import sys; print sys.prefix"`
20         cp -fv libImaging/Im*.h ${pyinstalldir}/include/python${pyver}/
22 #hook_add postmake 5 pil_install_header
24 pil_configure64()
26         sed -i -e 's/^JPEG_ROOT.*/JPEG_ROOT = "\/usr\/lib64"/' setup.py
27         sed -i -e 's/^FREETYPE_ROOT.*/FREETYPE_ROOT = "\/usr\/lib64"/' setup.py
28         sed -i -e 's/^TIFF_ROOT.*/TIFF_ROOT = "\/usr\/lib64"/' setup.py
29         sed -i -e 's/^ZLIB_ROOT.*/ZLIB_ROOT = "\/lib64"/' setup.py
30         sed -i -e 's/^TCL_ROOT.*/TCL_ROOT = "\/usr\/lib64"/' setup.py
33 [[ $libdir = *lib64 ]] && hook_add preconf 3 pil_configure64
34 [[ $libdir = *lib64 ]] && var_append GCC_WRAPPER_INSERT ' ' '-L/usr/lib64 -L/lib64 -lz'