           SPELL=nasm
         VERSION=2.00
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/nasm/$SOURCE
     SOURCE_HASH=sha512:41cf5e6440f924291a325ff3717b3e734f50448d0038391e4ce3adea680dfaa2defde1423947ed6489e310dfa000b8d8bc2deb645e68bebbbe0127cd70b5f1d7
      LICENSE[0]=LGPL
        WEB_SITE=http://nasm.sourceforge.net
         ENTERED=20010922
        KEYWORDS="devel"
           SHORT="80x86 assembler designed for portability/modularity."
cat << EOF
NASM is an 80x86 assembler designed for portability and modularity.
It's syntax is designed to be simple and easy to understand, similar
to Intel's but less complex.

It supports a range of object file formats, including Linux and NetBSD/
FreeBSD a.out and ELF, COFF, Microsoft 16-bit OBJ and Win32. It will also
output plain binary files.

It supports Pentium, P6, MMX, 3DNow!, SSE and SSE2 opcodes, and has macro
capability. It includes a disassembler as well.
EOF
