case ${spf_version?} in
  2.0.1) spf_template gnu;;
  *)
    spf_cc_ configure_args &&
    spf_do_install() {
      set x --prefix="${spf_path_prefix?}" && shift &&
      if test -d "${spf_path_conf?}"/python/.
        then :
        else set x "$@" --disable-python && shift
      fi &&
      eval './configure "$@"'" ${spf_args_configure?}" &&
      make all install
    } &&
    spf_no_check;; ## there are no tests
esac &&
spf_url home  'http://talloc.samba.org/' &&
spf_url watch 'http://samba.org/ftp/talloc/' &&
spf_url src   "http://samba.org/ftp/talloc/talloc-${spf_version?}.tar.gz" &&
spf_tested_version 2.0.5 &&
spf_tested_version 2.0.1

