spf_template gnu &&
spf_url home  'http://jpj.net/~trevor/aumix.html' &&
spf_url watch 'http://jpj.net/~trevor/aumix/releases/' &&
spf_url src   "http://jpj.net/~trevor/aumix/releases/aumix-${spf_version?}.tar.bz2" &&
spf_depend ncurses &&
#spf_depend gpm degree optional &&
#spf_depend gtk degree optional &&
spf_cc_ nls &&
spf_args configure --without-gtk &&
case ${spf_version?} in
  2.[89]) spf_args configure --without-gtk1;;
  *) :;;
esac &&
spf_tested_version 2.9.1 &&
spf_tested_version 2.9 &&
spf_tested_version 2.8

