PKG_NAME = ncurses
PKG_VER = 5.7
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.gz
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = System/Base
CORE = yes
EXTRA = no
DEBUG = no
+DEPS =
+
+URL = http://invisible-island.net/ncurses/ncurses.html
+LICENSE = MIT
+SHORT_DESC = Ncurses support utilities.
+
+define LONG_DESC
+ The curses library routines are a terminal-independent method of \
+ updating character screens with reasonable optimization. The ncurses \
+ (new curses) library is a freely distributable replacement for the \
+ discontinued 4.4 BSD classic curses library.
+endef
###############################################################################
# Top-level Rules