]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/man-pages.
authorStefan Schantl <Stevee@ipfire.org>
Sat, 16 May 2009 12:56:38 +0000 (14:56 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Sat, 16 May 2009 12:56:38 +0000 (14:56 +0200)
lfs/man-pages

index 6e606b5fa48d4fbcf64f2d965616d929b8fd3234..6f8a29b6be6b0ed49289a07f8ef1ec4c5ee96b66 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = man-pages
 PKG_VER    = 3.18
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -33,9 +34,21 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = Documentation
 CORE       = no
 EXTRA      = no
 DEBUG      = no
+DEPS       =
+
+URL        = http://www.kernel.org/pub/linux/docs/manpages/
+LICENSE    = GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
+SHORT_DESC = Man (manual) pages from the Linux Documentation Project.
+
+define LONG_DESC
+       A large collection of man pages (documentation) from the Linux \
+       Documentation Project (LDP).
+endef
 
 ###############################################################################
 # Top-level Rules