           SPELL=imlib2
if  [  "$IMLIB2_CVS"  ==  "y"  ];  then
  if  [  "$IMLIB2_CVS_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
   SOURCE_URL[0]=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:e17/libs/$SPELL
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=1.4.0
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
     SOURCE_HASH=sha512:adc5bb7cf9f7072c9f90755e23e56c26dfe31dd70ba719e79c82fe167a5b6754b18e0513f17129411959b700a0e4cef3794cb2cdecb172ed4549da4459ef44a8
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%-*}
fi
        WEB_SITE=http://enlightenment.org/Libraries/Imlib2/
         ENTERED=20010922
      LICENSE[0]=BSD
        KEYWORDS="enlightenment e16 e17 library wm window-manager"
           SHORT="Successor to imlib graphics library"
cat << EOF
Imlib2 is the successor to Imlib. It is NOT a newer version -- it is a
completely new library. Imlib 2 can be installed alongside Imlib 1.x
without any problems since they are effectively different libraries
which have very similar functionality. Please see the homepage for the
long description of the differences.
EOF
