From: Michael Tremer Date: Wed, 16 Sep 2009 09:16:14 +0000 (+0200) Subject: whois: Added package information. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea6d371832c5b28d2e3aa1ff634c126b8e88d0d7;p=ipfire-3.x.git whois: Added package information. --- diff --git a/lfs/which b/lfs/which index e99fd8def..28411770e 100644 --- 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 ###############################################################################