spf_url home  'http://www.ibiblio.org/pub/Linux/system/hardware/' &&
spf_url watch 'http://www.ibiblio.org/pub/Linux/system/hardware/' &&
spf_url src   "http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-${spf_version?}.tar.gz" &&
spf_cc_ cpp_args &&
spf_cc_ cc_args -O2 &&
spf_cc_ ld_args &&
spf_cc_ make_args &&
spf_do_install() {
  set binprefix="${spf_path_prefix?}"/ \
    manprefix="${spf_path_prefix?}"/ \
    CPPFLAGS="${spf_args_cpp?}" \
    CFLAGS="${spf_args_cc?}" \
    LDFLAGS="${spf_args_cc?} ${spf_args_ld?}" &&
  eval 'make "$@" '"${spf_args_make?} all install"
} &&
spf_no_check &&
spf_tested_version 9.28 &&
spf_tested_version 9.26 &&
spf_tested_version 9.22 &&
spf_tested_version 9.15 &&
spf_tested_version 9.12 &&
spf_tested_version 9.9 &&
spf_tested_version 9.8 &&
spf_tested_version 9.5 &&
spf_tested_version 9.3 &&
spf_tested_version 8.1 &&
spf_tested_version 7.7 &&
spf_tested_version 7.6 &&
spf_tested_version 7.3 &&
spf_tested_version 6.7 &&
spf_tested_version 6.6

