WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: sqlite3.tcel, sqlite3-devs.tce, sqlite3.tczl, sqlite3-devs.tcz  (Read 2757 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
sqlite3.tcel, sqlite3-devs.tce, sqlite3.tczl, sqlite3-devs.tcz
« on: December 24, 2008, 05:32:02 PM »
Thanks to stevens we have sqlite3.tcel, sqlite3-devs.tce, sqlite3.tczl, sqlite3-devs.tcz.

Code: [Select]
Title:          sqlite3.tcel
Description:    Client and library for embedded SQL database. (TESTING)
Version:        3.6.7
Author:         Dr. Richard Hipp
Original-site:  http://www.sqlite.org/
Copying-policy: Public Domain
Filesize:       540KB
Extension by:   stevens
Comments:       ---------
Current:        2008/12/24 First version

Code: [Select]
Title:          sqlite3-devs.tce
Description:    Client and library for embedded SQL database dev files. (TESTING)
Version:        3.6.7
Author:         Dr. Richard Hipp
Original-site:  http://www.sqlite.org/
Copying-policy: Public Domain
Filesize:       617KB
Extension by:   stevens
Comments:       ---------
Current:        2008/12/24 First version


Code: [Select]
Title:          sqlite3.tczl
Description:    Client and library for embedded SQL database. (TESTING)
Version:        3.6.7
Author:         Dr. Richard Hipp
Original-site:  http://www.sqlite.org/
Copying-policy: Public Domain
Filesize:       942KB
Extension by:   stevens
Comments:       ---------
Current:        2008/12/24 First version


Code: [Select]
Title:          sqlite3-devs.tcz
Description:    Client and library for embedded SQL database dev files. (TESTING)
Version:        3.6.7
Author:         Dr. Richard Hipp
Original-site:  http://www.sqlite.org/
Copying-policy: Public Domain
Filesize:       1MB
Extension by:   stevens
Comments:       ---------
Current:        2008/12/24 First version
« Last Edit: December 25, 2008, 06:00:21 AM by Jason W »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: sqlite3.tcel, sqlite3-devs.tce, sqlite3.tczl, sqlite3-devs.tcz
« Reply #1 on: January 23, 2009, 07:15:14 AM »
I've compiled a couple of apps that look for the sqlite3 headers in /usr/local/include rather than in /usr/local/include/sqlite3 and they also look for a sqlite3.pc file.

If you ever re-build the sqlite3-devs files, perhaps you could add the following:

symlinks:

/usr/local/include/sqlite3.h --> /usr/local/include/sqlite3/sqlite3.h
/usr/local/include/sqlite3ext.h --> /usr/local/include/sqlite3/sqlite3ext.h

pkgconfig file /usr/local/lib/pkgconfig/sqlite3.pc:

# Package Information for pkg-config

prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: SQLite
Description: SQL database engine
Version: 3.6.7
Libs: -L${libdir} -lsqlite3
Libs.private: -ldl -lpthread
Cflags: -I${includedir}

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: sqlite3.tcel, sqlite3-devs.tce, sqlite3.tczl, sqlite3-devs.tcz
« Reply #2 on: April 29, 2009, 04:14:20 AM »
Thanks to Roberto A. Foglietta for an update to sqlite:

Code: [Select]
Title:          sqlite3-devs.tcz
Description:    SQLite devel
Version:        3.6.13
Author:         Dr. Richard Hipp
Original-site:  http://www.sqlite.org
Copying-policy: Public Domain
Size: 264K
Extension_by:   stevens, Roberto A. Foglietta
Comments:       SQLite is a software library that implements
a self-contained, serverless, zero-configuration,
transactional SQL database engine. SQLite is the
most widely deployed SQL database engine in the
world.
Change-log: 2009/04/28 Drammatic size reduction, added .pc, and newer version (3.6.13)
2008/12/24 First version (3.6.7)
Current: 2009/04/28 Drammatic size reduction, added .pc, and newer version (3.6.13)


Code: [Select]
Title:          sqlite3-devs.tcz
Description:    SQLite devel
Version:        3.6.13
Author:         Dr. Richard Hipp
Original-site:  http://www.sqlite.org
Copying-policy: Public Domain
Size: 316K
Extension_by:   stevens, Roberto A. Foglietta
Comments:       SQLite is a software library that implements
a self-contained, serverless, zero-configuration,
transactional SQL database engine. SQLite is the
most widely deployed SQL database engine in the
world.
Change-log: 2009/04/28 Drammatic size reduction, added .pc, and newer version (3.6.13)
2008/12/24 First version (3.6.7)
Current: 2009/04/28 Drammatic size reduction, added .pc, and newer version (3.6.13)


Code: [Select]
Title:          sqlite3.tcel
Description:    SQLite
Version:        3.6.13
Author:         Dr. Richard Hipp
Original-site:  http://www.sqlite.org
Copying-policy: Public Domain
Size: 208K
Extension_by:   stevens, Roberto A. Foglietta
Comments:       SQLite is a software library that implements
a self-contained, serverless, zero-configuration,
transactional SQL database engine. SQLite is the
most widely deployed SQL database engine in the
world.
Change-log: 2009/04/28 Drammatic size reduction and newer version (3.6.13)
2008/12/24 First version (3.6.7)
Current: 2009/04/28 Drammatic size reduction and newer version (3.6.13)


Code: [Select]
Title:          sqlite3.tczl
Description:    SQLite
Version:        3.6.13
Author:         Dr. Richard Hipp
Original-site:  http://www.sqlite.org
Copying-policy: Public Domain
Size: 232K
Extension_by:   stevens, Roberto A. Foglietta
Comments:       SQLite is a software library that implements
a self-contained, serverless, zero-configuration,
transactional SQL database engine. SQLite is the
most widely deployed SQL database engine in the
world.
Change-log: 2009/04/28 Drammatic size reduction and newer version (3.6.13)
2008/12/24 First version (3.6.7)
Current: 2009/04/28 Drammatic size reduction and newer version (3.6.13)