           SPELL=gigedit
if [[ $GIGEDIT_VCS == y ]]
then
  if [[ $GIGEDIT_VCS_AUTOUPDATE == y ]]
  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler:$SPELL
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=0.1.1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE
     SOURCE_HASH=sha512:b11adc132df3e3d53299e6034998ed1a80af65d8e177aef8ee1cf526592199a8a3fbe681f80ba016bf1862f86caca98f9357de7a1a7141d5a2c6052dbc7604f9
fi
        WEB_SITE=http://www.linuxsampler.org/
         ENTERED=20060726
      LICENSE[0]=GPL
        KEYWORDS="editors audio"
           SHORT="An instrument editor for gig files."
cat << EOF
Gigedit is an instrument editor for gig files. Gig files are used by
software samplers such as LinuxSampler and GigaStudio. With gigedit it
is possible to modify existing gig files and also to create completely
new instruments from scratch.
EOF
