diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index f5f0f06ddf8..2ccaa33523f 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,7 +1,7 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.7.10 -_amalgamationver=3071000 +version=3.7.11 +_amalgamationver=3071100 wrksrc=sqlite create_wrksrc=yes distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz" @@ -9,7 +9,7 @@ short_desc="SQL Database Engine in a C Library" maintainer="Juan RP " homepage="http://www.sqlite.org" license="Public Domain" -checksum=9c1775057af5cc8b6cc64808b9553d77beccf3757e16ecee3bc878404d9c43e3 +checksum=2badc75dc536249bcd68c44d2a655724285d054303251eaff9d355194cb3476b 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 @@ -26,8 +26,7 @@ subpackages="$pkgname-devel $pkgname-tcl" Add_dependency build readline-devel Add_dependency build tcl-devel -do_configure() -{ +do_configure() { export CFLAGS="$XBPS_CFLAGS -DSQLITE_ENABLE_FTS3=1 \ -DSQLITE_ENABLE_COLUMN_METADATA=1 \ -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE" @@ -38,8 +37,7 @@ do_configure() ./configure ${CONFIGURE_SHARED_ARGS} --with-system-sqlite } -do_build() -{ +do_build() { cd ${wrksrc}/sqlite-autoconf-${_amalgamationver} make ${makejobs} @@ -47,8 +45,7 @@ do_build() make ${makejobs} } -do_install() -{ +do_install() { cd ${wrksrc}/sqlite-autoconf-${_amalgamationver} make DESTDIR=${DESTDIR} install cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}/tea