PKG_NAME = nasm
PKG_VER = 2.02
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.bz2
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