]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - nasm/nasm.nm
nasm: Update to 2.14.02
[people/pmueller/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
33852289 7version = 2.14.02
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
33852289 21source_dl = http://www.nasm.us/pub/nasm/releasebuilds/%{version}/
802ea3af 22sources = %{thisapp}.tar.bz2
d1bddc8a 23
802ea3af 24build
802ea3af
MT
25 install
26 make install INSTALLROOT=%{BUILDROOT}
27 end
28end
2e68b09c 29
802ea3af
MT
30packages
31 package %{name}
1f9bc2f0
MT
32
33 package %{name}-debuginfo
34 template DEBUGINFO
35 end
802ea3af 36end