From: Stefan Schantl Date: Sun, 17 May 2009 19:13:45 +0000 (+0200) Subject: Added additional information to lfs/nasm. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66040264d40f4728e5786d9831d8ac00778fe764;p=ipfire-3.x.git Added additional information to lfs/nasm. --- diff --git a/lfs/nasm b/lfs/nasm index 8bff79090..c55aee9b1 100644 --- a/lfs/nasm +++ b/lfs/nasm @@ -26,6 +26,7 @@ include Config PKG_NAME = nasm PKG_VER = 2.02 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,9 +34,22 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = Development/Languages CORE = no EXTRA = no DEBUG = no +DEPS = perl + +URL = http://nasm.sourceforge.net/ +LICENSE = LGPLv2+ +SHORT_DESC = A portable x86 assembler which uses Intel-like syntax. + +define LONG_DESC + 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 ############################################################################### # Top-level Rules