           SPELL=autofs
         VERSION=5.1.7
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]="$KERNEL_URL/pub/linux/daemons/$SPELL/v${VERSION%%.*}/$SOURCE"
   SOURCE_URL[1]="ftp://ftp.kernel.org/pub/linux/daemons/$SPELL/v${VERSION%%.*}/$SOURCE"
     SOURCE_HASH=sha512:cf994d0e68d5f6a5647235000743811a791150ece0a90ed9e1cb9bb131259f52769371c6a06d968b7191b10e709c9c90de611cc3ee310fbbea87f60034b3d4e1
        WEB_SITE="https://www.kernel.org/pub/linux/daemons/autofs/"
         ENTERED=20020220
      LICENSE[0]=GPL
        KEYWORDS="daemons disk"
           SHORT="kernel automounter userspace daemons"
cat << EOF
autofs is a kernel-based automounter for Linux.  It performs a job
similar to amd(8) but relies on a small stub of kernel code instead of
pretending to be an NFS server.  The result is simpler code, better
reliability, and much faster operation in the common case (everything
already mounted.)
EOF
