2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since 16938b0 was dcf0e25, checked in by George Boudreau <georgeb@…>, 18 years ago |
bug hunt in custom package examples
|
-
Property mode
set to
100644
|
File size:
858 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 |
|
---|
7 | PKG="nasm"
|
---|
8 | PKG_VERSION="0.98.39"
|
---|
9 | PKG_FILE="nasm-${PKG_VERSION}.tar.bz2"
|
---|
10 | URL="http://downloads.sourceforge.net/nasm/${PKG_FILE}"
|
---|
11 | MD5="2032ad44c7359f7a9a166a40a633e772"
|
---|
12 | for i in PATCH{1..10}; do
|
---|
13 | unset $i
|
---|
14 | done
|
---|
15 | PATCH1="http://www.linuxfromscratch.org/patches/blfs/svn/nasm-0.98.39-security_fix-1.patch"
|
---|
16 |
|
---|
17 | ( cat << "xEOFx"
|
---|
18 |
|
---|
19 | patch -Np1 -i ../nasm-0.98.39-security_fix-1.patch &&
|
---|
20 | ./configure --prefix=/usr &&
|
---|
21 | make
|
---|
22 | make -C rdoff/doc
|
---|
23 | make -C rdoff/doc html
|
---|
24 |
|
---|
25 | make install &&
|
---|
26 | make install_rdf &&
|
---|
27 | install -v -m644 rdoff/doc/rdoff.info /usr/share/info &&
|
---|
28 | install -v -m755 -d /usr/share/doc/nasm/html &&
|
---|
29 | install -v -m644 rdoff/doc/v1-v2.txt /usr/share/doc/nasm &&
|
---|
30 | cp -v -R rdoff/doc/rdoff /usr/share/doc/nasm/html
|
---|
31 |
|
---|
32 | xEOFx
|
---|
33 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.