           SPELL=pdfgrep
         VERSION=1.3.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:3555ac28685ddfaf9ea6c172aafbc251c0d622caa1c6f98e89c2fae1800e7299d97d3fa5497414f880235fba93963ec00fcea4ff199831abed5817f39ea318ca
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://pdfgrep.sourceforge.net"
      LICENSE[0]=GPL
         ENTERED=20110524
           SHORT="a tool to search text in PDF files"
cat << EOF
Pdfgrep is a tool to search text in PDF files. It works similar to grep.

- search for regular expressions.  - support for some important grep options,
including:
  - filename output.  - page number output.  - optional case insensitivity.
  - count occurrences.
- and the most important feature: color output!
EOF
