sqlite: update to 3.6.23.

--HG--
extra : convert_revision : 79d98e3d1ea701b23fd8ddf033591543846dbcf3
This commit is contained in:
Juan RP 2010-03-25 11:17:51 +01:00
parent ac446a8067
commit 9b1567da1c
2 changed files with 2 additions and 5 deletions

View file

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run tcl-devel Add_dependency run tcl-devel
Add_dependency run readline-devel Add_dependency run readline-devel
Add_dependency run glibc-devel Add_dependency run glibc-devel

View file

@ -1,7 +1,6 @@
# Template build file for 'sqlite'. # Template build file for 'sqlite'.
pkgname=sqlite pkgname=sqlite
version=3.6.22 version=3.6.23
revision=1
distfiles="http://sqlite.org/$pkgname-$version.tar.gz" distfiles="http://sqlite.org/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure
configure_env="CPPFLAGS=-DSQLITE_ENABLE_COLUMN_METADATA=1 LIBS=-ldl" configure_env="CPPFLAGS=-DSQLITE_ENABLE_COLUMN_METADATA=1 LIBS=-ldl"
@ -9,7 +8,7 @@ configure_args="--enable-load-extension --enable-threadsafe
--enable-threads-override-locks --enable-cross-thread-connections" --enable-threads-override-locks --enable-cross-thread-connections"
short_desc="SQL Database Engine in a C Library" short_desc="SQL Database Engine in a C Library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=c8cc19895caeb4398e74c815531f5c9710b983523f7308bc80639999a1cf57f6 checksum=d7777c316de53354737062818d177a342cee764772cb674dd2e8889a004b0d3e
long_desc=" long_desc="
SQLite is a C library that implements an SQL database engine. Programs SQLite is a C library that implements an SQL database engine. Programs
that link with the SQLite library can have SQL database access without that link with the SQLite library can have SQL database access without