From: Stefan Schantl Date: Sun, 17 May 2009 19:21:42 +0000 (+0200) Subject: Added additional information to lfs/ncurses. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6b86e92b33f6d6864dde037eba598151f3b7341;p=ipfire-3.x.git Added additional information to lfs/ncurses. --- diff --git a/lfs/ncurses b/lfs/ncurses index 8c346e806..4c388e481 100644 --- a/lfs/ncurses +++ b/lfs/ncurses @@ -26,6 +26,7 @@ include Config PKG_NAME = ncurses PKG_VER = 5.7 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.gz @@ -33,9 +34,23 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) 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