spf_url home  'http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml' &&
spf_url watch 'ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/' &&
spf_url src   "ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/pciutils-${spf_version?}.tar.gz" &&
spf_cc_ cpp_args &&
spf_cc_ cc_args -O2 &&
spf_cc_ ld_args &&
case ${spf_version?} in
  2.*) spf_cc_ make_args 'ZLIB=no';;
  *)   spf_cc_ make_args 'ZLIB=no DNS=yes';;
esac &&
spf_do_install() {
  set PREFIX="${spf_path_prefix?}" \
    OPT="${spf_args_cpp?} ${spf_args_cc?}" \
    LDFLAGS="${spf_args_cc?} ${spf_args_ld?}" &&
  eval 'make "$@" '"${spf_args_make?} all install"
} &&
spf_no_check && ## there are no tests
spf_tested_version 3.1.7 &&
spf_tested_version 3.1.6 &&
spf_tested_version 3.1.4 &&
spf_tested_version 3.1.3 &&
spf_tested_version 3.1.2 &&
spf_tested_version 3.1.0 &&
spf_tested_version 3.0.3 &&
spf_tested_version 3.0.2 &&
spf_tested_version 3.0.1 &&
spf_tested_version 3.0.0 &&
spf_tested_version 2.2.10 &&
spf_tested_version 2.2.9 &&
spf_tested_version 2.2.8 &&
spf_tested_version 2.2.7 &&
spf_tested_version 2.2.6 &&
spf_tested_version 2.2.5 &&
spf_tested_version 2.2.4

