case ${spf_version?} in
  1.3.*)
    spf_cc_ cpp_args &&
    spf_cc_ cc_args -O2 &&
    spf_cc_ ld_args -rdynamic &&
    spf_cc_ make_args &&
    spf_do_install() {
      case ${spf_version?} in
        1.3.8) prj_sedfile include/libiptc/ipt_kernel_headers.h '
/<sys\/types\.h>/a\
#include <linux/types.h>\
';;
        *) :;;
      esac &&
      spf_trigger_conf_libc &&
      if test -d "${spf_path_libc?}"/.; then
        spf_args make KERNEL_DIR="${spf_path_libc?}"/prefix &&
        spf_args make KBUILD_OUTPUT="${spf_path_libc?}"/prefix
      else :
      fi &&
      set PREFIX="${spf_path_prefix?}" \
        COPT_FLAGS="${spf_args_cpp?} ${spf_args_cc?}" \
        LDFLAGS="${spf_args_ld?}" &&
      eval 'make "$@" '"${spf_args_make?} default install install-devel"
    };;
  *) spf_template gnu;;
esac &&
spf_url home  'http://netfilter.org/projects/iptables/index.html' &&
spf_url watch 'http://netfilter.org/projects/iptables/files/' &&
spf_url src   "http://netfilter.org/projects/iptables/files/iptables-${spf_version?}.tar.bz2" &&
spf_no_check &&
spf_tested_version 1.4.10 &&
spf_tested_version 1.4.9.1 &&
spf_tested_version 1.4.8 &&
spf_tested_version 1.4.7 &&
spf_tested_version 1.4.6 &&
spf_tested_version 1.4.5 &&
spf_tested_version 1.4.4 &&
spf_tested_version 1.4.3.2 &&
spf_tested_version 1.4.3.1 &&
spf_tested_version 1.4.2 &&
spf_tested_version 1.4.1.1 &&
spf_tested_version 1.3.8 &&
spf_tested_version 1.3.7 &&
spf_tested_version 1.3.6 &&
spf_tested_version 1.3.5

