2008-10-08 23:54:44 +02:00
|
|
|
# Template build file for 'sqlite'.
|
|
|
|
pkgname=sqlite
|
2008-10-16 06:17:58 +02:00
|
|
|
version=3.6.4
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://sqlite.org/$pkgname-$version.tar.gz"
|
2008-10-08 23:54:44 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
configure_args="--disable-tcl --enable-load-extension --with-readline-inc="
|
2008-10-13 07:32:05 +02:00
|
|
|
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
2008-10-08 23:54:44 +02:00
|
|
|
pkgconfig_override="sqlite3.pc"
|
|
|
|
short_desc="SQL Database Engine in a C Library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2008-10-16 06:17:58 +02:00
|
|
|
checksum=b420b8a196807feb5162f293ea64e7741a633e92
|
2008-10-08 23:54:44 +02:00
|
|
|
long_desc="
|
|
|
|
SQLite is a C library that implements an 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.
|
|
|
|
|
|
|
|
SQLite is not a client library used to connect to a big database server.
|
|
|
|
SQLite is the server. The SQLite library reads and writes directly to and
|
|
|
|
from the database files on disk."
|