           SPELL=yasm
         VERSION=0.4.0
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[1]=http://www.tortall.net/projects/yasm/releases/$SOURCE
     SOURCE_HASH=sha1:46f3666b0aabd64898066c37c4a3141dc7e94129
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
        WEB_SITE=http://www.tortall.net/projects/yasm/
         ENTERED=20050913
         UPDATED=20050913
      LICENSE[0]=BSD
       BUILD_API=2
           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
