--- /dev/null	2020-03-14 06:02:18.586124011 +0300
+++ ./configure	2020-03-18 10:10:50.078516811 +0300
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+cd IlmBase
+./bootstrap
+./configure  --prefix=$1 --enable-shared=no
+make
+make install
+
+cd ../OpenEXR
+./bootstrap
+./configure  --prefix=$1 \
+     --with-ilmbase-prefix=$1 --enable-shared=no
+make
+make install
