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

index e99fd8def779986a198b625cba623986f19d9d54..28411770ebf262f8cc62f43272921621c53f5a93 100644 (file)
--- a/lfs/which
+++ b/lfs/which
@@ -33,10 +33,22 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = Applications/System
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       = readline
 
+URL        = http://www.xs4all.nl/~carlo17/which/
+LICENSE    = GPLv3
+SHORT_DESC = Displays where a particular program in your path is located.
+
+define LONG_DESC
+       The which command shows the full pathname of a specified program, if \
+       the specified program is in your PATH.
+endef
 ###############################################################################
 # Top-level Rules
 ###############################################################################