local i18n_target &&

if is_depends_enabled $SPELL gettext; then
   i18n_target="install-i18n"
fi &&

make COPTS="${DNSMASQ_OPTS} ${OPTS}" CFLAGS="${CFLAGS}" PREFIX="${INSTALL_ROOT}/usr" install ${i18n_target} &&

install_config_file dnsmasq.conf.example "$INSTALL_ROOT/etc/dnsmasq.conf"
