]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/man-db.
authorStefan Schantl <Stevee@ipfire.org>
Sun, 17 May 2009 18:47:57 +0000 (20:47 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Sun, 17 May 2009 18:47:57 +0000 (20:47 +0200)
lfs/man-db

index 598d3f3484a9c841a9e40a77bd29b36b18834e7b..3b273f3f7754ce28bd390d87043076bab21eb579 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = man-db
 PKG_VER    = 2.5.3
+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      = Documentation
 CORE       = no
 EXTRA      = no
 DEBUG      = no
+DEPS       =
+
+URL        = http://bzr.savannah.gnu.org/r/man-db/
+LICENSE    = GPL
+SHORT_DESC = man-db is an on-line manual database.
+
+define LONG_DESC
+       man-db is an implementation of the standard Unix documentation \
+       system accessed using the man command. It uses a Berkeley DB database \
+       in place of the traditional flat-text whatis databases. man-db is \
+       used by several popular GNU/Linux distributions.
+endef
 
 ###############################################################################
 # Top-level Rules