           SPELL=non
if [[ $NON_VCS_AUTOUPDATE == y ]]
then
         VERSION=$(date +%Y%m%d)
else
         VERSION=git
fi
          SOURCE=$SPELL-git.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
      SOURCE_URL=git://git.tuxfamily.org/gitroot/non/sequencer.git:$SPELL-git
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
        WEB_SITE=http://non.tuxfamily.org/
         ENTERED=20080317
      LICENSE[0]=GPL
        KEYWORDS="editors sequencers audio"
           SHORT="A real-time, pattern-based MIDI sequencer"
cat << EOF
The Non Sequencer is a powerful real-time, pattern-based MIDI sequencer
for Linux -- released under the GPL. Filling the void left by countless
DAWs, piano-roll editors, and other purely performance based solutions,
it is a compositional tool -- one that transforms MIDI music-making on
Linux from a complex nightmare into a pleasurable, efficient, and
streamlined process.
EOF
