OPTS="--charset=${CHARSET}
      --prefix=${INSTALL_ROOT}/usr
      ${OPTS}
" &&

./configure ${OPTS} &&
make
