           SPELL=sudo
         VERSION=1.8.7
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://www.gratisoft.us/sudo/dist/${SOURCE}
   SOURCE_URL[1]=ftp://ftp.sudo.ws/pub/$SPELL/$SOURCE
   SOURCE_URL[2]=ftp://ftp.courtesan.com/pub/$SPELL/$SOURCE
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
  SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
  SOURCE2_URL[2]=${SOURCE_URL[2]}.sig
  SOURCE2_IGNORE=signature
  SECURITY_PATCH=9
      SOURCE_GPG=sudo.gpg:$SOURCE.sig:UPSTREAM_KEY
        WEB_SITE=http://www.courtesan.com/sudo
        KEYWORDS="utils"
         ENTERED=20010922
         LICENSE=BSD
           SHORT="grant limited superuser ability to users"
cat << EOF
Sudo (superuser do) allows a system administrator to give certain users
(or groups of users) the ability to run some (or all) commands as root
while logging all commands and arguments. Sudo operates on a per-command
basis, it is not a replacement for the shell.
EOF
