spf_template gnu &&
spf_url home  'http://www.alsa-project.org/' &&
spf_url watch 'ftp://ftp.alsa-project.org/pub/lib/' &&
spf_url src \
  "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${spf_version?}.tar.bz2" &&
#case ${spf_version?} in
#  1.0.1[234]*) :;;
#  1.0.1[5-9]*|1.0.2[0123]*)
#    spf_depend python degree optional versions '2.*';;
#  *)
#    spf_depend python degree optional;;
#esac &&
spf_template_gnu_do_before_configure() {
  if test -d "${spf_path_conf?}"/python/.
    then :
    else spf_args configure --disable-python
  fi
} &&
spf_link + include include/alsa &&
spf_tested_version 1.0.24.1 &&
spf_tested_version 1.0.23 &&
spf_tested_version 1.0.22 &&
spf_tested_version 1.0.21a &&
spf_tested_version 1.0.21 &&
spf_tested_version 1.0.20 &&
spf_tested_version 1.0.19 &&
spf_tested_version 1.0.18 &&
spf_tested_version 1.0.17a &&
spf_tested_version 1.0.17 &&
spf_tested_version 1.0.16 &&
spf_tested_version 1.0.15 &&
spf_tested_version 1.0.14a &&
spf_tested_version 1.0.14 &&
spf_tested_version 1.0.13 &&
spf_tested_version 1.0.12

