[Lunar-commits] CVS: moonbase/zbeta/sqlite3 CONFIGURE, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Jerry Lundström prox at lunar-linux.org
Thu Aug 26 13:59:22 GMT 2004


Update of /var/cvs/lunar/moonbase/zbeta/sqlite3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10904

Added Files:
	CONFIGURE DEPENDS DETAILS 
Log Message:
added beta sqlite3, will soon be stable

--- NEW FILE: CONFIGURE ---
if  !  grep  -q  CONFIGURED  $MODULE_CONFIG;  then

  if  query  "Enable UTF8 characterset?" y;  then
    OPTS="$OPTS --enable-utf8"
  fi

  echo  'CONFIGURED="y"'  >>  $MODULE_CONFIG
  echo  'OPTS='\"$OPTS\"    >>  $MODULE_CONFIG

fi

--- NEW FILE: DEPENDS ---
optional_depends "tcl" \
    "--with-tcl" \
    "" \
    "SQLite TCL Binding"

--- NEW FILE: DETAILS ---
          MODULE=sqlite3
     BASE_MODULE=sqlite
         VERSION=3.0.4
          SOURCE=$BASE_MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$BASE_MODULE
      SOURCE_URL=http://www.sqlite.org/
      SOURCE_VFY=md5:709ae7d85fa84d5fd3d0f5a8d2be96b9
        WEB_SITE=http://www.sqlite.org/
         ENTERED=20011016
         UPDATED=20040826
           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 nwith
SQLite databases and SQLite bindings for Tcl/Tk. 
EOF



More information about the Lunar-commits mailing list