           SPELL=ms-sys

if [[ -z $MS_SYS_RELEASE ]]; then
  MS_SYS_RELEASE="stable"
fi

case "$MS_SYS_RELEASE" in
  stable)
         VERSION=2.6.0
  SOURCE_HASH[0]=sha512:f49790813712b9fd9f63273a7571edbdacb855d93d26dfe1da94d35b656c0ec0574ec43b3cad0f363fa4ec18bd29b81a440d592dc8148b15b18bb8a28c35fbbe
  ;;
  devel)
         VERSION=2.6.0
     SOURCE_HASH=sha512:f49790813712b9fd9f63273a7571edbdacb855d93d26dfe1da94d35b656c0ec0574ec43b3cad0f363fa4ec18bd29b81a440d592dc8148b15b18bb8a28c35fbbe
  ;;
esac

          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://ms-sys.sourceforge.net
         ENTERED=20030224
      LICENSE[0]=GPL
        KEYWORDS="microsoft disk"
           SHORT="program for writing Microsoft compatible boot records"
cat << EOF
This is a Linux program for writing Microsoft compatible boot records. The
program does the same as Microsoft "fdisk /mbr" to a hard disk or "sys d:" to a
floppy or FAT32 partition except that it does not copy any system files, only
the boot record is written. 
EOF
