]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/readline.
authorStefan Schantl <Stevee@ipfire.org>
Tue, 25 Aug 2009 15:58:40 +0000 (11:58 -0400)
committerStefan Schantl <Stevee@ipfire.org>
Tue, 25 Aug 2009 15:58:40 +0000 (11:58 -0400)
lfs/readline

index 26c4323ce61c562c074d3d5cc21f0e0619de05c9..5a75ddfed9981ea44f3d2f6dd83c686663553c14 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = readline
 PKG_VER    = 6.0
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,9 +34,26 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = System/Libraries
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       =
+
+URL        = ftp://ftp.gnu.org/gnu/readline/
+LICENSE    = GPLv3+
+SHORT_DESC = A library for editing typed command lines.
+
+define LONG_DESC
+       The Readline library provides a set of functions that allow users to \
+       edit command lines. Both Emacs and vi editing modes are available. \
+       The Readline library includes additional functions for maintaining a \
+       list of previously-entered command lines for recalling or editing \
+       those lines, and for performing csh-like history expansion on \
+       previous commands.
+endef
 
 ###############################################################################
 # Top-level Rules