spf_template gnu &&
spf_url home  'ftp://ftp.gnutls.org/pub/gnutls/opencdk/' &&
spf_url watch 'ftp://ftp.gnutls.org/pub/gnutls/opencdk/' &&
case ${spf_version?} in
  0.5.*|0.6.0)
    spf_url src "ftp://ftp.gnutls.org/pub/gnutls/opencdk/opencdk-${spf_version?}.tar.gz";;
  *)
    spf_url src "ftp://ftp.gnutls.org/pub/gnutls/opencdk/opencdk-${spf_version?}.tar.bz2";;
esac &&
spf_depend libgpg-error &&
spf_depend libgcrypt &&
spf_depend zlib degree optional &&
spf_args configure \
  --with-libgcrypt-prefix="${spf_path_conf?}"/libgcrypt/prefix &&
spf_tested_version 0.6.6 &&
spf_tested_version 0.6.5 &&
spf_tested_version 0.6.4 &&
spf_tested_version 0.5.13 &&
spf_tested_version 0.5.11 &&
spf_tested_version 0.5.9

