cd  libImaging                                                      &&
cp  *.h                                                             \
    $INSTALL_ROOT/usr/include/python$(installed_version python|cut -d . -f 1,2)  &&
cd  ..                                                              &&
python  setup.py  install --root $INSTALL_ROOT/
