           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.2.0
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE
     SOURCE_HASH=sha512:084955bb851709c1c11dfb8257d4b3667fa61fcad59965de32bfe83edae3b42b1f1f4f03b5a7ec427f47f5fc2e2150b8c5c3908e5d0bb242db1163370289f912
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
