X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=pkgs%2Fnasm%2Fnasm.nm;h=8fc7336d1cc14dde6081d9c223c1c44ba9997484;hb=802ea3af55e3167b6574e23b230cdbf0ed2ae0db;hp=4e70aa260766091bf04eea8ffad249df6b364590;hpb=f0b55c28746b56de89d7a10a4ad0ad2a4939baac;p=ipfire-3.x.git diff --git a/pkgs/nasm/nasm.nm b/pkgs/nasm/nasm.nm index 4e70aa260..8fc7336d1 100644 --- a/pkgs/nasm/nasm.nm +++ b/pkgs/nasm/nasm.nm @@ -1,49 +1,34 @@ ############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # ############################################################################### -############################################################################### -# Definitions -############################################################################### - -include $(PKGROOT)/Include +name = nasm +version = 2.08.01 +release = 1 -PKG_NAME = nasm -PKG_VER = 2.08.01 -PKG_REL = 0 +groups = Development/Languages +url = http://nasm.sourceforge.net/ +license = LGPLv2+ +summary = A portable x86 assembler which uses Intel-like syntax. -PKG_MAINTAINER = -PKG_GROUPS = Development/Languages -PKG_URL = http://nasm.sourceforge.net/ -PKG_LICENSE = LGPLv2+ -PKG_SUMMARY = A portable x86 assembler which uses Intel-like syntax. - -define PKG_DESCRIPTION - NASM is the Netwide Assembler, a free portable assembler for the \ - Intel 80x86 microprocessor series, using primarily the traditional \ +description + NASM is the Netwide Assembler, a free portable assembler for the + Intel 80x86 microprocessor series, using primarily the traditional Intel instruction mnemonics and syntax. -endef +end + +source_dl = +sources = %{thisapp}.tar.bz2 -PKG_TARBALL = $(THISAPP).tar.bz2 +build + CFLAGS += -fno-stack-protector -CFLAGS += -fno-stack-protector + install + make install INSTALLROOT=%{BUILDROOT} + end +end -define STAGE_INSTALL - cd $(DIR_APP) && make install INSTALLROOT=$(BUILDROOT) -endef +packages + package %{name} +end