From 58ffe5d48346a236827207d1d6fbb2ee98efa013 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 11 Jan 2013 07:32:22 +0100 Subject: [PATCH] sqlite: update to 3.7.15.2. --- srcpkgs/sqlite/sqlite-devel.template | 5 +---- srcpkgs/sqlite/sqlite-tcl.template | 5 +---- srcpkgs/sqlite/template | 15 ++------------- 3 files changed, 4 insertions(+), 21 deletions(-) diff --git a/srcpkgs/sqlite/sqlite-devel.template b/srcpkgs/sqlite/sqlite-devel.template index f06e1bbeb43..089386ec6f2 100644 --- a/srcpkgs/sqlite/sqlite-devel.template +++ b/srcpkgs/sqlite/sqlite-devel.template @@ -1,10 +1,7 @@ # Template file for 'sqlite-devel'. # depends="tcl-devel readline-devel sqlite>=${version}" -short_desc="${sourcepkg} (development files)" -long_desc="${long_desc} - - This package contains files for development, headers, static libs, etc." +short_desc="${short_desc} -- development files" do_install() { vmove usr/include usr diff --git a/srcpkgs/sqlite/sqlite-tcl.template b/srcpkgs/sqlite/sqlite-tcl.template index 64b39f51376..9f0179b1ade 100644 --- a/srcpkgs/sqlite/sqlite-tcl.template +++ b/srcpkgs/sqlite/sqlite-tcl.template @@ -1,10 +1,7 @@ # Template file for 'sqlite-tcl'. # depends="sqlite>=$version tcl" -short_desc="${sourcepkg} TCL bindings" -long_desc="${long_desc} - - This package contains TCL bindings for sqlite." +short_desc="${short_desc} -- TCL bindings" do_install() { vmove "usr/lib/sqlite*" usr/lib diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index e2375570c5f..78bc5e34ca0 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,6 +1,6 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.7.15.1 +version=3.7.15.2 revision=1 wrksrc=sqlite create_wrksrc=yes @@ -10,20 +10,9 @@ short_desc="SQL Database Engine in a C Library" maintainer="Juan RP " homepage="http://www.sqlite.org" license="Public Domain" -_amalgamationver=3071501 +_amalgamationver=3071502 distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz" checksum=e8809bd9a292be777f76c97c7e77ab41f7d1020776ded5a631da3985b4b26afd -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." do_configure() { export CFLAGS="$XBPS_CFLAGS -DSQLITE_ENABLE_FTS3=1 \