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

index 8c346e806587583e0793f1e32dfca60f31df2606..4c388e481bc73b0b969690cddfce109887f0151c 100644 (file)
@@ -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