PKG_NAME = nano
PKG_VER = 2.0.7
+PKG_REL = 0
+THISAPP = $(PKG_NAME)-$(PKG_VER)
+DL_FILE = $(THISAPP).tar.gz
+DIR_APP = $(DIR_SRC)/$(THISAPP)
+
+OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+
+MAINTAINER =
CORE = no
EXTRA = yes
DEBUG = no
DEPS = slang
-THISAPP = $(PKG_NAME)-$(PKG_VER)
-DL_FILE = $(THISAPP).tar.gz
-DIR_APP = $(DIR_SRC)/$(THISAPP)
+URL = http://www.nano-editor.org/
+LICENSE = GPLv2+
+SHORT_DESC = A small text editor.
-OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+define LONG_DESC
+ GNU nano is a small and friendly text editor.
+endef
###############################################################################
# Top-level Rules