           SPELL=nasm
         VERSION=2.02
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/nasm/$SOURCE
     SOURCE_HASH=sha512:2cab0e0901a22591740a79ad5ff3e31184215c30606816f617d6dbadc621d42459afdc9663b9952615ca6e468d5dbef891ce73ad79966156f40c07dc9ab686af
      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
