. "$GRIMOIRE/FUNCTIONS"
           SPELL=cdrdao
if [[ "$CDRDAO_BRANCH" == "scm" ]];  then
         VERSION=$(get_scm_version)
  FORCE_DOWNLOAD=1
          SOURCE=$SPELL-sfcvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-sfcvs
   SOURCE_URL[0]=cvs://:pserver:anonymous@cdrdao.cvs.sourceforge.net:/cvsroot/cdrdao:cdrdao
   SOURCE_IGNORE=volatile
else
         VERSION=1.2.4
     SOURCE_HASH=sha512:41f20275ca44ec9003d0e3ed280cc98012353005cda6f544ebfa44f3f79f991845c0ef17af74db9456f1bacc342a7fd48c9e942d757927a4a9ff91808f7bbb09
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=https://sourceforge.net/projects/cdrdao/files/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
        WEB_SITE=http://cdrdao.sourceforge.net/index.html
         ENTERED=20020201
      LICENSE[0]=GPL
        KEYWORDS="disk"
           SHORT="Burn DAO audio or data cdrs"
cat << EOF
Cdrdao records audio/data CD-Rs in disk-at-once (DAO) mode based on a 
textual description of the CD contents (toc-file). Features include
full control over length and contents of pre-gaps (pause areas
between tracks). Pre-gaps may be completely omitted, e.g. for
dividing live recordings into tracks. Control over sub-channel data
like catalog numbers, copy, pre-emphasis, 2-/4-channel flags, ISRC
code, and index marks are provided as well. Cdrdao also has support
for exact audio CD copying. Tracks may be composed of different audio 
files supporting non-destructive cuts.
EOF
