           SPELL=sqlite
         VERSION=3.7.5
        VERSIONX=3070500
if [[ $SQLITE_VERSION == tea ]]; then
     SOURCE_HASH=sha512:69df969dc1e768fc938ac69b1fd548928bd235de1bf8664849ecefb39ed9dcc84aeeacb7d7565af5d24c0b9f660d0cb242b284378aa6039ffc1535e0d68dd033
else
     SOURCE_HASH=sha512:5ad681f99e75849a5ca6f439c7a19bb51abc73d121b50f4f8e4c0da42891950f30407f761a53f0fe51b370b1dbd4c4f5a480557cb2444c8c7c7d5412b328a474
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${SQLITE_VERSION}-$VERSIONX"
          SOURCE=$SPELL-${SQLITE_VERSION}-$VERSIONX.tar.gz
   SOURCE_URL[0]=http://sqlite.org/$SOURCE
      LICENSE[0]=PD
        WEB_SITE=http://www.sqlite.org/
         ENTERED=20011016
        KEYWORDS="sql database"
           SHORT="SQL engine in a C library"
cat << EOF
SQLite is a C library that implements an SQL database engine. A large subset of
SQL92 is supported. A complete database is stored in a single disk file. The
API is designed for convenience and ease of use. Applications that link against
SQLite can enjoy the power and flexiblity of an SQL database without the
administrative hassles of supporting a separate database server. Because it
omits the client-server interaction overhead and writes directly to disk,
SQLite is also faster than the big database servers for most operations. In
addition to the C library, the SQLite distribution includes a command-line tool
for interacting with SQLite databases and SQLite bindings for Tcl/Tk.
EOF
