           SPELL=dbstep
         VERSION=0.3.1
       BUILD_API=2
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
        WEB_SITE=http://$SPELL.SourceForge.net
          LICENSE=GPL
	   DOCS="NEWS README ChangeLog doc/html/* test/*"
      SOURCE_HASH=sha512:4dd2ede261f1fdcdde57ab1564f93287179e2775a1b3e1a0f89433cb0e8a909ede4f0fc82998e23a85b94e521b95294a0726d3cc5cb9ef8cdac318ce59bf69a9
          ENTERED=20031222
          UPDATED=
SHORT="C++ library for accessing various database systems"
cat << EOF
DBStep is a library targeted at C++ developers who need to access 
databases. It consists of a common set of interface classes and some 
drivers for common data sources. Currently available drivers are for 
MySQL, PostgreSQL, SQLite, Firebird/Interbase, and ODBC databases. 
Database access is provided in at two levels: unified API for 
database connection, SQL execution, query result retrieval, and 
methods for mapping class objects to database tables and query 
results. 
EOF
