           SPELL=mcron
   GUILE_VERSION=$(installed_version guile)
if [[ "${GUILE_VERSION:0:3}" == "1.8" ]]
then 
         VERSION=1.0.3
else
         VERSION=1.0.2
fi
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://ftp.gnu.org/pub/gnu/mcron/$SOURCE
  SOURCE2_URL[0]=http://ftp.gnu.org/pub/gnu/mcron/$SOURCE2
      SOURCE_GPG=gnu-verified.gpg:$SOURCE2
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.gnu.org/software/mcron/
         ENTERED=20040515
      LICENSE[0]=GPL
        KEYWORDS="utils"
           SHORT="Vixie cron replacement"
cat << EOF
Mcron is a 100% Vixie cron replacement written in pure Guile. As well as accepting traditional 
crontabs, it also accepts configuration files written in Scheme for infinite flexibility in 
specifying when jobs should run (it could take the system load into account, for example). 
EOF
