]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - nasm/nasm.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/ipfire-3.x.git] / nasm / nasm.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = nasm
7 version = 2.08.01
8 release = 1
9
10 groups = Development/Languages
11 url = http://nasm.sourceforge.net/
12 license = LGPLv2+
13 summary = A portable x86 assembler which uses Intel-like syntax.
14
15 description
16 NASM is the Netwide Assembler, a free portable assembler for the
17 Intel 80x86 microprocessor series, using primarily the traditional
18 Intel instruction mnemonics and syntax.
19 end
20
21 source_dl =
22 sources = %{thisapp}.tar.bz2
23
24 build
25 CFLAGS += -fno-stack-protector
26
27 install
28 make install INSTALLROOT=%{BUILDROOT}
29 end
30 end
31
32 packages
33 package %{name}
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38 end