source: custom/examples/997-nasm@ 837362b

ablfs-more legacy trunk
Last change on this file since 837362b was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove $Id$ comments, they are useless with git

  • Property mode set to 100644
File size: 434 bytes
Line 
1# NASM (Netwide Assembler) is an 80x86 assembler designed
2# for portability and modularity. It includes a
3# disassembler as well.
4
5PKG="nasm"
6PKG_VERSION="2.11.08"
7PKG_FILE="nasm-${PKG_VERSION}.tar.xz"
8URL="http://www.nasm.us/pub/nasm/releasebuilds/2.11.08/${PKG_FILE}"
9MD5="0d461a085b088a14dd6628c53be1ce28"
10for i in PATCH{1..10}; do
11 unset $i
12done
13
14( cat << "xEOFx"
15
16./configure --prefix=/usr &&
17make
18
19make install
20
21xEOFx
22) > tmp
Note: See TracBrowser for help on using the repository browser.