spf_url home  'http://www.thekelleys.org.uk/dnsmasq/doc.html' &&
spf_url watch 'http://www.thekelleys.org.uk/dnsmasq/' &&
spf_url src \
  "http://www.thekelleys.org.uk/dnsmasq/dnsmasq-${spf_version?}.tar.gz" &&
spf_cc_ cpp_args &&
spf_cc_ cc_args -O2 &&
spf_cc_ ld_args &&
spf_cc_ make_args &&
spf_do_install() {
  prj_x2 prj_set PREFIX "${spf_path_prefix?}" &&
  prj_x2 prj_set CFLAGS "${spf_args_cpp?} ${spf_args_cc?}" &&
  prj_x2 prj_set LDFLAGS "${spf_args_cc?} ${spf_args_ld?}" &&
  prj_x2 prj_set AWK awk &&
  set PREFIX="${spf_path_prefix?}" \
    CFLAGS="${spf_args_cpp?} ${spf_args_cc?}" \
    LDFLAGS="${spf_args_cc?} ${spf_args_ld?}" \
    AWK=awk &&
  eval 'make "$@" '"${spf_args_make?} install"
} &&
spf_no_check &&
spf_tested_version 2.57 &&
spf_tested_version 2.55 &&
spf_tested_version 2.52 &&
spf_tested_version 2.51 &&
spf_tested_version 2.50 &&
spf_tested_version 2.49 &&
spf_tested_version 2.47 &&
spf_tested_version 2.46 &&
spf_tested_version 2.45 &&
spf_tested_version 2.42 &&
spf_tested_version 2.41 &&
spf_tested_version 2.40 &&
spf_tested_version 2.39 &&
spf_tested_version 2.38 &&
spf_tested_version 2.35 &&
spf_tested_version 2.34 &&
spf_tested_version 2.33

