          MODULE=fasm
         VERSION=1.46
        #VERSION=1.41
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
   SOURCE_URL[0]=http://fasm.sourceforge.net/$SOURCE
        WEB_SITE=http://fasm.sourceforge.net
         ENTERED=20021130
         UPDATED=20030510
           SHORT="fasm is a flat assembler for Linux, DOS, and Windows."
cat << EOF
The flat assembler is a fast and efficient self-assembling 80x86 assembler
for DOS, Windows and Linux.  It supports all 8086-80486/Pentium instructions
with MMX, SSE, SSE2 and 3DNow! extensions, can produce output in binary,
MZ, PE, or COFF format.  Has the advanced but easy to use macro instruction
support and does multiple quick passes to optimize the code for size.  It it
self-compilable and the full source is included.
EOF
