           SPELL=libmcrypt
         VERSION=2.5.7
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/mcrypt/$SOURCE
     SOURCE_HASH=sha512:464af6905bf322fa042a9652c2d5c5264d0255550215e3c2c8202e4ff581f75aa0095c9a73c3a1c5cec4b9aaa1eb79a892ee88ae85b3f9be0d9c508f096b5aa9
        WEB_SITE=http://mcrypt.sourceforge.net/
         ENTERED=20011123
         UPDATED=20020320
      LICENSE[0]=LGPL
        KEYWORDS="crypto"
           SHORT="libmcrypt implements all the algorithms and modes found in mcrypt."
cat << EOF
Libmcrypt is a library which provides a uniform interface to several
symmetric encryption algorithms. It is intended to have a simple
interface to access encryption algorithms in ofb, cbc, cfb, and ecb
modes. The algorithms it supports are DES, 3DES, RIJNDAEL, Twofish,
IDEA, GOST, CAST-256, ARCFOUR, SERPENT, SAFER+, and more. The
algorithms and modes are also modular so you can add and remove them
on the fly without recompiling the library.
EOF
