           SPELL=yasm
         VERSION=1.2.0
     SOURCE_HASH=sha512:e80ace766e145f6486e76da1a5a9819221b7f406745a02529b4ad220ef7f51ddd67f23d0d8b187bffc9725d9f9742ae5f3a0bb23ee5b2a61153332fb3e286b77
          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
