           SPELL=nasm
         VERSION=0.98.39
       BUILD_API=2
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/nasm/$SOURCE
          MD5[0]=d6620e1b0abac4a3c458bd03edafa95f
      LICENSE[0]=LGPL
        WEB_SITE=http://nasm.sourceforge.net
         ENTERED=20010922
         UPDATED=20050127
           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
