]> git.ipfire.org Git - ipfire-3.x.git/blob - nasm/nasm.nm
git: Update to 2.23.0
[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.14.02
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 = http://www.nasm.us/pub/nasm/releasebuilds/%{version}/
22 sources = %{thisapp}.tar.bz2
23
24 build
25 install
26 make install INSTALLROOT=%{BUILDROOT}
27 end
28 end
29
30 packages
31 package %{name}
32
33 package %{name}-debuginfo
34 template DEBUGINFO
35 end
36 end