           SPELL=libharu2-scm
if [[ $LIBHARU2_AUTO == true ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=scm
fi
   SOURCE_IGNORE=volatile
          SOURCE=$SPELL.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
  FORCE_DOWNLOAD=on
   SOURCE_URL[0]=git://github.com/tony2001/libharu.git:libharu2-scm
        WEB_SITE=http://libharu.org/
         LICENSE=ZLIB
         ENTERED=20060807
            DOCS="README doc/*"
        KEYWORDS="pdf doc"
           SHORT="C/C++ library for generating PDF documents."
cat << EOF
Haru is a library for c/c++ that has the ability to generate PDF 
document for free. It supports most of the standard features of the 
Portable Document Format.
EOF
