From: Stefan Schantl Date: Sat, 16 May 2009 12:56:38 +0000 (+0200) Subject: Added additional information to lfs/man-pages. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba719dccda0feec906487e4dc8177e45a3670565;p=ipfire-3.x.git Added additional information to lfs/man-pages. --- diff --git a/lfs/man-pages b/lfs/man-pages index 6e606b5fa..6f8a29b6b 100644 --- a/lfs/man-pages +++ b/lfs/man-pages @@ -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