          MODULE=findutils
         VERSION=4.5.10
          SOURCE=$MODULE-$VERSION.tar.gz
# Early versions are not held on mirror  and major download sites
# Uncomment this when findutils will be released officially.
#   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=ftp://alpha.gnu.org/gnu/findutils
      SOURCE_VFY=sha1:e984c8795cb495623ff50ee319c8c0d8843d9bc2
        WEB_SITE=http://www.gnu.org/software/findutils/
         ENTERED=20010922
         UPDATED=20110515
           SHORT="Utilities for locating files"

cat << EOF
findutils - finds and then operates on files.
The program includes:
find    -  finds files that match certain criteria performs
           arbitrary operations on them interactively and
           in shell scripts
locate  -  scans a database for file names that match a pattern
xargs   -  applies a command to a list of files
EOF
