          MODULE=metakit
        #VERSION=2.4.6-36
         VERSION=2.4.7-37
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-2.4.7
   SOURCE_URL[0]=http://www.equi4.com/pub/mk/$SOURCE
        WEB_SITE=http://www.equi4.com/metakit/
         ENTERED=20020505
         UPDATED=20020811
      MAINTAINER=kongar@tsrsb.org.tr
           SHORT="metakit is an efficient embedded database library with a small footprint"
cat << EOF
MetaKit is an efficient embedded database library with a small footprint.

It fills the gap between flat-file, relational, object-oriented, 
and tree-structured databases, supporting relational joins, serialization, 
nested structures, and instant schema evolution. There is a C++ API, a 
Python binding called Mk4py, and a Tcl binding called Mk4tcl. You can 
manipulate and exchange data with any of these. Data files are portable, 
use auto-sizing ints and strings, and have the ability to very efficiently 
store binary data, from single bits to multi-Mb objects. The library has 
been used on Unix, Windows, Macintosh, VMS, and others, spanning a range 
of 16- to 64-bit architectures. 
EOF
