Package: nasm Version: 2.10.07 Revision: 1 Description: Netwide Assembler for x86 License: BSD Maintainer: Daniel Johnson Homepage: http://www.nasm.us/ DescDetail: << The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. It supports a range of object file formats, including Linux and *BSD a.out, ELF, COFF, Mach-O, Microsoft 16-bit OBJ, Win32 and Win64. It will also output plain binary files. Its syntax is designed to be simple and easy to understand, similar to Intel's but less complex. It supports all currently known x86 architectural extensions, and has strong support for macros. This version fully supports i386 and x86_64 code generation. The version included with Xcode only does i386. << Source: http://www.nasm.us/pub/nasm/releasebuilds/%v/%n-%v.tar.bz2 Source-MD5: af1cd6669f5e98148cd5ec42dee90f19 Source2: http://www.nasm.us/pub/nasm/releasebuilds/%v/%n-%v-xdoc.tar.bz2 Source2-MD5: 721b5b6ec08f510dd3bd15ed18ce89d4 NoSetCPPFLAGS: true NoSetLDFLAGS: true CompileScript: << ./configure %c make everything docdir='${datarootdir}/doc/%n' << InfoTest: TestScript: make test || exit 2 InstallScript: make install_everything docdir='${datarootdir}/doc/%n' INSTALLROOT=%d DocFiles: AUTHORS ChangeLog CHANGES LICENSE README TODO rdoff/README:README.rdoff InfoDocs: nasm.info