spf_template gnu &&
spf_url home  'ftp://ftp.mars.org/pub/mpeg/' &&
spf_url watch 'ftp://ftp.mars.org/pub/mpeg/' &&
spf_url src   "ftp://ftp.mars.org/pub/mpeg/libmad-${spf_version?}.tar.gz" &&
case ${spf_version?} in
  0.15.1b) #### report this
    spf_template_gnu_do_before_configure() {
      prj_sedfile configure '/-fforce-mem/s/^/#/'
    };;
  *) :;;
esac &&
spf_tested_version 0.15.1b

