New port for review.

sdesc: "C library that implements an embeddable SQL database engine."
ldesc: "C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and which
serves as an example of how to use the SQLite library."
category: Database
requires: cygwin libncurses7 libreadline5

http://www.sqlite.org/
http://www.gnu.org/directory/all/SQLite.html

wget --non-verbose  \
  http://tierra.dyndns.org:81/cygwin/sqlite/sqlite-3.0.7-1.tar.bz2 \
  http://tierra.dyndns.org:81/cygwin/sqlite/sqlite-3.0.7-1-src.tar.bz2 

Or use:

  mkdir sqlite ; cd sqlite
  wget -q -O - http://tierra.dyndns.org:81/cygwin/sqlite/get.sh | sh


Jari

Reply via email to