           SPELL=findutils
         VERSION=4.8.0
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.xz
     SOURCE_HASH=sha512:eaa2da304dbeb2cd659b9210ac37da1bde4cd665c12a818eca98541c5ed5cba1050641fc0c39c0a446a5a7a87a8d654df0e0e6b0cee21752ea485188c9f1071e
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
        WEB_SITE=https://www.gnu.org/software/findutils
         ENTERED=20010922
      LICENSE[0]=GPL
        DOC_DIRS=""
        KEYWORDS="utils"
           SHORT="utilities for locating files"
cat << EOF
findutils - Finds and then operates on files
The program includes:
bigram    -  used together with code to produce older-style locate databases
code      -  the ancestor of frcode. It was used in older-style locate databases
find      -  finds files that match certain criteria performs
             arbitrary operations on them interactively and
             in shell scripts
frcode    -  called by updatedb to compress the list of file names using
             front-compression, which reduces the database size by a factor
             of 4 to 5
locate    -  scans a database for file names that match a pattern
updatedb  -  update a file name database
xargs     -  applies a command to a list of files
EOF
