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