           SPELL=ccx2
if [[ ${CCX2_SCM} == "y" ]]
then
         VERSION=scm
          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=git://github.com/palbo/${SPELL}.git:${SPELL}-${VERSION}
  FORCE_DOWNLOAD="on"
   SOURCE_IGNORE="volatile"
else
         VERSION=0.2.0
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://cloud.github.com/downloads/palbo/${SPELL}/${SOURCE}
  SOURCE_HASH[0]=sha512:a7622fddb1fcf67a8f694daacd6b88b8bf469b4ff1128e3fe57a2c9af0361cb8de88d0d77bc4404eac83c0c6726b02d449f4ac25b6dd651c4ce4fb2a54d79630
fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
        WEB_SITE=http://palbo.github.com/ccx2/
         ENTERED=20090801
      LICENSE[0]=BSD
           SHORT="Console client for the xmms2 music player"
cat << EOF
Console client for the xmms2 music player

Features
    * Playlist browse, create, rename, et al.
    * Quick search and pattern search with find as you type.
    * Flexible ways of inserting songs into the playlist.
    * Automatic and/or manual lyrics search and display, lyrics from LyricWiki.
    * Vim-ish command mode.
    * Customizable keybindings and command aliases.
    * Customizable song metadata formatting.
    * 'Now playing' tab with optional cover art display.
    * (Limited) color customization.
EOF
