From: Michael Tremer Date: Wed, 16 Sep 2009 09:28:58 +0000 (+0200) Subject: texinfo: Added package information. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32cc2c3cbe30b7959a95e4cb2c3ac5d7be1d06d6;p=ipfire-3.x.git texinfo: Added package information. --- diff --git a/lfs/texinfo b/lfs/texinfo index f241b7d9b..2571f9301 100644 --- a/lfs/texinfo +++ b/lfs/texinfo @@ -33,9 +33,23 @@ DIR_APP = $(DIR_SRC)/$(PKG_NAME)-4.13 OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = Applications/Publishing CORE = no EXTRA = no DEBUG = no +BUILD_DEPS = +DEPS = + +URL = http://www.gnu.org/software/texinfo/ +LICENSE = GPLv3 +SHORT_DESC = Tools needed to create Texinfo format documentation files. + +define LONG_DESC + Texinfo is a documentation system that can produce both online \ + information and printed output from a single source file. The GNU \ + Project uses the Texinfo file format for most of its documentation. +endef ############################################################################### # Top-level Rules