sqlite: update to 3.7.12.1.

This commit is contained in:
Juan RP
2012-05-24 21:57:18 +02:00
parent 23bd1c4033
commit 1043434e2a
3 changed files with 13 additions and 20 deletions

View File

@@ -1,16 +1,17 @@
# Template build file for 'sqlite'.
pkgname=sqlite
version=3.7.11
_amalgamationver=3071100
version=3.7.12.1
wrksrc=sqlite
create_wrksrc=yes
distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz"
subpackages="$pkgname-devel $pkgname-tcl"
makedepends="readline-devel tcl-devel"
short_desc="SQL Database Engine in a C Library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.sqlite.org"
license="Public Domain"
checksum=2badc75dc536249bcd68c44d2a655724285d054303251eaff9d355194cb3476b
_amalgamationver=3071201
distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=b4ce93881cb88e7d1d0f2ad50a206b600163b40fea6df9d0749ad152aaebf845
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
@@ -23,8 +24,6 @@ long_desc="
SQLite is the server. The SQLite library reads and writes directly to and
from the database files on disk."
subpackages="$pkgname-devel $pkgname-tcl"
do_configure() {
export CFLAGS="$XBPS_CFLAGS -DSQLITE_ENABLE_FTS3=1 \
-DSQLITE_ENABLE_COLUMN_METADATA=1 \