           SPELL=specimen
if [[ $SPECIMEN_VCS == y ]]
then
  if [[ $SPECIMEN_VCS_AUTOUPDATE == y ]]
  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=svn
  fi
          SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
   SOURCE_URL[0]=svn_http://zhevny.com/svn/$SPELL/trunk:$SPELL-svn
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=0.5.1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://zhevny.com/$SPELL/files/$SOURCE
     SOURCE_HASH=sha512:768113dd800e8c46880fcbaf6798f8c6401b33d172a7d922682e6972996f13813631fc2552571887914c38396ee37bfa0b66d57bf254ca34c1dac6542fb7a988
fi
        WEB_SITE=http://zhevny.com/specimen/
         ENTERED=20070320
      LICENSE[0]=GPL
        KEYWORDS="editors audio"
           SHORT="MIDI controllable audio sampler for Linux."
cat << EOF
Specimen is an open source, MIDI controllable audio sampler for Linux.
Features include:

  * Up to 64 patches with 8 notes of polyphony each
  * Fast, high quality pitch scaling
  * Linear ADSR volume envelopes
  * MIDI/jack-transport syncable LFOs
  * Low pass filter with resonance
  * A variety of direction-independent playback modes
  * A zoomable sample editor for loop and play points
  * Portamento
EOF
