]> git.ipfire.org Git - ipfire-3.x.git/blob - nasm/nasm.nm
json-c: Update to version 0.17-20230812
[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.16.01
8 release = 1
9
10 groups = Development/Languages
11 url = https://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 = https://www.nasm.us/pub/nasm/releasebuilds/%{version}/
22 sources = %{thisapp}.tar.bz2
23
24 packages
25 package %{name}
26
27 package %{name}-debuginfo
28 template DEBUGINFO
29 end
30 end