summaryrefslogtreecommitdiffstats
path: root/utils/which/DETAILS
blob: ba0a3257fd411f6419236ffb106bf4be0d72fe03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
           SPELL=which
         VERSION=2.20
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=http://www.xs4all.nl/~carlo17/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sig
      SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.xs4all.nl/~carlo17/which/
         ENTERED=20011101
      LICENSE[0]=GPL
        KEYWORDS="utils"
           SHORT="util that finds the executable/alias"
cat << EOF
WHICH searches through the $PATH & environment to find out which executable are
the one causing the problem ;^)
EOF