1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/sqlite/sqlite.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] An Embeddable SQL Database Engine
15 [T] SQLite is a C library that implements an embeddable SQL database
16 [T] engine. Programs that link with the SQLite library can have SQL database
17 [T] access without running a separate RDBMS process. The distribution comes
18 [T] with a standalone command-line access program (sqlite) that can be used
19 [T] to administer an SQLite database and which serves as an example of how
20 [T] to use the SQLite library.
22 [T] SQLite is not a client library used to connect to a big database
23 [T] server. SQLite is the server. The SQLite library reads and writes directly
24 [T] to and from the database files on disk.
26 [U] http://www.sqlite.org/
29 [M] Rene Rebe <rene@t2-project.org>
37 [P] X -----5---9 120.000
39 [CV-URL] http://www.sqlite.org/download.html
41 #we need to use alamgamation version now according to it's website
42 [O] atstage cross && var_append extraconfopt ' ' '--disable-tcl'
43 # apparently not correctly wired up in the Makefile, thus requiring
44 # the tcl based "amalgamation" build-style, ...
45 [O] pkginstalled tcl && var_append GCC_WRAPPER_APPEND ' ' '-DSQLITE_ENABLE_FTS3=1'
46 # for Firefox et al. when using system sqlite
47 [O] var_append GCC_WRAPPER_APPEND ' ' '-DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_DBSTAT_VTAB'
48 [D] b18889732a9c4d658e91e052ab6bc2af243dafce9c414e927d72ef4d sqlite-autoconf-3360000.tar.gz https://www.sqlite.org/2021/