           SPELL=pyexiv2
         VERSION=0.3.2
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://launchpad.net/${SPELL}/0.3.x/${VERSION}/+download/${SOURCE}
     SOURCE_HASH=sha512:d27bd6cf93ab6143b4d09e04d6d4a728f3cbcd6f4b80b2dd0bea19ae1a7cb7bb8be45c6f54e24488e8e933941bbddccc0ba79331d133a54b6ca632c73f84cce7
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://tilloy.net/dev/pyexiv2/overview.html"
      LICENSE[0]=GPL
         ENTERED=20130706
           SHORT="a Python binding to exiv2"
cat << EOF
pyexiv2 is a Python binding to exiv2, the C++ library for manipulation of
EXIF, IPTC and XMP image metadata.

It is a python module that allows your python scripts to read and write
metadata (EXIF, IPTC, XMP, thumbnails) embedded in image files (JPEG,
TIFF, ...).

It is designed as a high-level interface to the functionalities offered
by libexiv2. Using python's built-in data types and standard modules, it
provides easy manipulation of image metadata.
EOF
