From: Stefan Schantl Date: Sat, 16 May 2009 11:44:10 +0000 (+0200) Subject: Added additional information to lfs/m4. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b40df494279ec2f4d87cda7858a2301464a42328;p=ipfire-3.x.git Added additional information to lfs/m4. --- diff --git a/lfs/m4 b/lfs/m4 index 56c713101..206f6df35 100644 --- a/lfs/m4 +++ b/lfs/m4 @@ -26,6 +26,7 @@ include Config PKG_NAME = m4 PKG_VER = 1.4.11 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,9 +34,25 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = Applications/Text CORE = no EXTRA = no DEBUG = no +DEPS = + +URL = http://www.gnu.org/software/m4/ +LICENSE = GPLv3+ +SHORT_DESC = The GNU macro processor. + +define LONG_DESC + A GNU implementation of the traditional UNIX macro processor. M4 is \ + useful for writing text files which can be logically parsed, and is \ + used by many programs as part of their build process. M4 has \ + built-in functions for including files, running shell commands, \ + doing arithmetic, etc. The autoconf program needs m4 for generating \ + configure scripts, but not for running configure scripts. +endef ############################################################################### # Top-level Rules