           SPELL=sqlite2
         VERSION=2.8.17
     SOURCE_HASH=sha512:966e0b7f7ebbaaa9e1899864475040946fd7b66363be778d29fadd5184623b1e62644f3c8d4c4ecd001b88044befa7c34d9de9f68590329a1a8301d854b73e3f
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL//2/}-$VERSION
          SOURCE=${SPELL//2/}-$VERSION.tar.gz
   SOURCE_URL[0]=http://www.hwaci.com/sw/sqlite/$SOURCE
      LICENSE[0]=PD
        WEB_SITE=http://www.hwaci.com/sw/sqlite/
         ENTERED=20011016
         UPDATED=20050430
        KEYWORDS="sql database"
           SHORT='An 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
