]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
texinfo: Added package information.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 16 Sep 2009 09:28:58 +0000 (11:28 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 16 Sep 2009 09:28:58 +0000 (11:28 +0200)
lfs/texinfo

index f241b7d9b8b58598712c9e64ba1d2732ab3d3dc7..2571f93013df5134dc242cde93f197c68737f957 100644 (file)
@@ -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