           SPELL=poppler
if [[ $POPPLER_VER == vcs ]]; then
  if [[ $POPPLER_CVS_AUTOUPDATE == y ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=git
  fi
          SOURCE=$SPELL-git.tar.bz2
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
   SOURCE_URL[0]=git://git.freedesktop.org/git/poppler/poppler:poppler-git
   SOURCE_IGNORE=volatile
else
 if [[ $POPPLER_VER == devel ]]; then
         VERSION=0.16.5
     SOURCE_HASH=sha512:be692d0cde4b6edbc9f45502a59d74b42c6f4c440a033ee89223b3603a0e759193a0d36f9dc3aaca971fb40fa05c7220387b87cad78c88c387e3bf6393668ea0
 else
         VERSION=0.16.5
     SOURCE_HASH=sha512:be692d0cde4b6edbc9f45502a59d74b42c6f4c440a033ee89223b3603a0e759193a0d36f9dc3aaca971fb40fa05c7220387b87cad78c88c387e3bf6393668ea0
 fi
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://poppler.freedesktop.org/$SOURCE
fi
        WEB_SITE=http://poppler.freedesktop.org/
      LICENSE[0]=GPL
         ENTERED=20050502
  SECURITY_PATCH=4
           SHORT="PDF rendering library"
cat << EOF
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
EOF
