    MODULE=libextractor
   VERSION=1.14
    SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=https://ftp.gnu.org/gnu/libextractor/
SOURCE_VFY=sha256:1a3a55433fcafc4a32c64dc37b175458e35d6f4e9b8f9f4bf11b2c23cc6b4680
  WEB_SITE=http://www.gnu.org/software/libextractor/
   ENTERED=20050227
   UPDATED=20260526
     SHORT="A library to extract meta-data from arbitrary files"

cat << EOF
libextractor is a library used to extract meta-data from files of
arbitrary type. It is designed to use helper-libraries to perform the
actual extraction, and to be trivially extendable by linking against
external extractors for additional file types.

The goal is to provide developers of file-sharing networks or
WWW-indexing bots with a universal library to obtain simple keywords to
match against queries. libextractor contains a shell-command "extract"
that, similar to the well-known "file" command, can extract meta-data
from a file an print the results to stdout.
EOF
