. "$GRIMOIRE/FUNCTIONS"
           SPELL=libffado
if [[ "$LIBFFADO_BRANCH" == scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-svn.tar.bz2
      SOURCE_URL=svn_http://subversion.ffado.org/ffado/branches/libffado-2.0:$SPELL-svn
  SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
  SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
         VERSION=2.1.0
          SOURCE="$SPELL-$VERSION.tgz"
      SOURCE_URL="http://www.ffado.org/files/$SOURCE"
     SOURCE_HASH=sha512:37179cb32920f16577e9f887cf90aca8d46081573080cbe408654c5234c7f45433521c977918057e330ddaa5fefa98c983ea7806d4f1f33c950112cbe66d013b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
        WEB_SITE=http://www.ffado.org
         ENTERED=20080713
      LICENSE[0]=GPL
           SHORT="FireWire audio driver"
cat << EOF
The FFADO project aims to provide a generic, open-source solution for the
support of FireWire based audio devices for the Linux platform. It is the
successor of the FreeBoB project.
EOF
