           SPELL=luadbi
         VERSION=0.5
      PATCHLEVEL=1
          SOURCE="${SPELL}.${VERSION}.tar.gz"
   SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
     SOURCE_HASH=sha512:4ed641e113e90acc8a4f6b3b2d0f5d5044c0fbbef3b2fdfb84d15e17115e45c553a33b19bfb165e5af11a2adce501d66859963e3363d3ab1c6a39b0b2ae92e62
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://code.google.com/p/luadbi/"
      LICENSE[0]=MIT
         ENTERED=20110408
           SHORT="database interface library for Lua"
cat << EOF
PDBI is a database interface library for Lua.  It is designed to provide a
RDBMS agnostic API for handling database operations.  LuaDBI also provides
support for prepared statement handles, placeholders and bind parameters
for all database operations.

Currently LuaDBI supports DB2, Oracle, MySQL, PostgreSQL and SQLite databases.
EOF
