spf_template gnu &&
spf_tested_version 1.4a12 &&
spf_url home  'ftp://ftp.ee.lbl.gov/' &&
spf_url watch 'ftp://ftp.ee.lbl.gov/' &&
spf_url src   "ftp://ftp.ee.lbl.gov/traceroute-${spf_version?}.tar.gz" &&
spf_template_gnu_do_before_configure() {
  mkdir "${spf_path_prefix?}" \
     "${spf_path_prefix?}"/sbin \
     "${spf_path_prefix?}"/man \
     "${spf_path_prefix?}"/man/man8 &&
  prj_sedfile Makefile.in '
s: -m 4555 -o root -g bin::
s: -o bin -g bin::
'
} &&
spf_template_gnu_do_after_install() { make install-man; } &&
spf_own sbin/traceroute 0 '' u=rxs,g=rx,o=rx &&
spf_no_check ## there are no tests

