source:
custom/examples/997-nasm@
90bfcb92
Last change on this file since 90bfcb92 was 9543675, checked in by , 9 years ago | |
---|---|
|
|
File size: 443 bytes |
Rev | Line | |
---|---|---|
[dcf0e25] | 1 | # |
[125e05e] | 2 | # $Id$ |
[dcf0e25] | 3 | # NASM (Netwide Assembler) is an 80x86 assembler designed |
4 | # for portability and modularity. It includes a | |
5 | # disassembler as well. | |
6 | ||
7 | PKG="nasm" | |
[9543675] | 8 | PKG_VERSION="2.11.08" |
9 | PKG_FILE="nasm-${PKG_VERSION}.tar.xz" | |
10 | URL="http://www.nasm.us/pub/nasm/releasebuilds/2.11.08/${PKG_FILE}" | |
11 | MD5="0d461a085b088a14dd6628c53be1ce28" | |
[dcf0e25] | 12 | for i in PATCH{1..10}; do |
13 | unset $i | |
14 | done | |
15 | ||
16 | ( cat << "xEOFx" | |
17 | ||
18 | ./configure --prefix=/usr && | |
19 | make | |
20 | ||
[9543675] | 21 | make install |
[dcf0e25] | 22 | |
23 | xEOFx | |
24 | ) > tmp |
Note:
See TracBrowser
for help on using the repository browser.