ablfs-more
trunk
Last change
on this file since 875366f 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 |
|
---|
5 | PKG="nasm"
|
---|
6 | PKG_VERSION="2.11.08"
|
---|
7 | PKG_FILE="nasm-${PKG_VERSION}.tar.xz"
|
---|
8 | URL="http://www.nasm.us/pub/nasm/releasebuilds/2.11.08/${PKG_FILE}"
|
---|
9 | MD5="0d461a085b088a14dd6628c53be1ce28"
|
---|
10 | for i in PATCH{1..10}; do
|
---|
11 | unset $i
|
---|
12 | done
|
---|
13 |
|
---|
14 | ( cat << "xEOFx"
|
---|
15 |
|
---|
16 | ./configure --prefix=/usr &&
|
---|
17 | make
|
---|
18 |
|
---|
19 | make install
|
---|
20 |
|
---|
21 | xEOFx
|
---|
22 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.