           SPELL=aes-rb
         VERSION=0.1.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://aescrypt.sourceforge.net/${SOURCE}
     SOURCE_HASH=sha512:9bcc2555f2bae239e276cad6b4e4fd58450b27cc8cb3aaa34cc88ed14584099ce1ed042fef9f90c95d1321130c3c28fc6dcd994c8053bb7293e05e60cf6d115c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://aescrypt.sourceforge.net"
      LICENSE[0]=BSD
         ENTERED=20080120
           SHORT="An all-C implementation of the AES encryption algorithm for Ruby"
cat << EOF
An all-C (for performance) implementation of the AES (Rijndael) encryption
algorithm for Ruby, implementing ECB and CFB-128 modes
EOF
