This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] sqlite-3.0.7


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]