spf_template djb &&
spf_url watch 'http://cr.yp.to/clockspeed.html' &&
spf_data dir etc &&
spf_data other adjust &&
if test 0.62 = "${spf_version?}"; then
  spf_template_djb_do_before_install() {
    prj_sedfile clockview.c "2a\\${nl_}#include <time.h>\\${nl_}" &&
    prj_sedfile hier.c '/c *( *"\/" *, *"etc" *, *"leapsecs.dat" *,/d'
  }
else :
fi &&
spf_template_djb_do_after_install() {
  mkfifo -m 0600 "${spf_path_prefix?}"/adjust &&
  rm -rf "${spf_path_prefix?}"/man/cat*
  ####cur_link_ /usr/local
} &&
spf_tested_version 0.62

