]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/nasm.
authorStefan Schantl <Stevee@ipfire.org>
Sun, 17 May 2009 19:13:45 +0000 (21:13 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Sun, 17 May 2009 19:13:45 +0000 (21:13 +0200)
lfs/nasm

index 8bff79090968d5a3b43a21b6703b48c716bd4b05..c55aee9b1d69b23e2d54af207daf94abd5808eec 100644 (file)
--- 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