           SPELL=nasm
         VERSION=2.04
     SOURCE_HASH=sha512:cfcc518726f6bb646bdd3466dae81edf32412c08669c46b7a86f27de18c56844108fca9da14d8e081be0fe08322c6a15dfaf4d89bc6805f2592de8a11580cf07
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://www.nasm.us/pub/nasm/releasebuilds/$VERSION/$SOURCE
      LICENSE[0]=LGPL
        WEB_SITE=http://www.nasm.us/
         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
