           SPELL=yasm
         VERSION=0.6.1
     SOURCE_HASH=sha512:72ac1918ac1da5c1f18a09021bd09e01dbc8fc5d9ba5ea72d3929f2c8e56aa1649b2e4bce914216e72375e074114684c95d349501146bbf58cd4cbacd9ff4d1b
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://www.tortall.net/projects/yasm/releases/$SOURCE
#      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
      LICENSE[0]=BSD
        KEYWORDS="libs"
        WEB_SITE=http://www.tortall.net/projects/yasm/
         ENTERED=20050913
           SHORT="Modular Assembler Project"
cat << EOF
Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
(some portions are under other licenses, see COPYING for details). It is
designed from the ground up to allow for multiple assembler syntaxes to be
supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object
formats and even multiple instruction sets. Another primary module of the
overall design is an optimizer module.
EOF
