           SPELL=cdrdao
         VERSION=1.2.3rc2
if  [  "$CVS"  ==  "y"  ];  then
  if [ "$CDRDAO_CVS_AUTOUPDATE" == "y" ]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=sfcvs
  fi
  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
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:f52929a7b050140030b62cf43292c21b3d227d7be3b8931d7c91bf09b4a02220f2f3a7ed9b3940a03c3b313cdf7115edacaf1d7e39cf321cdc7e69db613258d5
#   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
   SOURCE_URL[0]=http://www.poolshark.org/src/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
#      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
fi
        WEB_SITE=http://cdrdao.sourceforge.net/index.html
         ENTERED=20020201
         UPDATED=20040108
      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
