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