source: custom/examples/997-nasm@ 9543675

2.4 ablfs-more legacy trunk
Last change on this file since 9543675 was 9543675, checked in by Pierre Labastie <pierre@…>, 8 years ago

Update custom/examples. Thanks to Tom Armistead for the patch.

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