]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - nasm/nasm.nm
glibc: Update to 2.19.
[people/ms/ipfire-3.x.git] / nasm / nasm.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = nasm
7version = 2.08.01
8release = 1
9
10groups = Development/Languages
11url = http://nasm.sourceforge.net/
12license = LGPLv2+
13summary = A portable x86 assembler which uses Intel-like syntax.
14
15description
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.
19end
20
21source_dl =
22sources = %{thisapp}.tar.bz2
23
24build
25 CFLAGS += -fno-stack-protector
26
27 install
28 make install INSTALLROOT=%{BUILDROOT}
29 end
30end
31
32packages
33 package %{name}
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38end