From b9360ab6df2667fc0d891f2cad571574acf80e6e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 14 Apr 2011 15:03:11 +0200 Subject: [PATCH] sqlite: update to 3.6.7.1. --- srcpkgs/sqlite/template | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index fa5eb11c257..3940b86b856 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,18 +1,14 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.7.5 -_amalgamationver=3070500 +version=3.7.6.1 +_amalgamationver=3070601 wrksrc=sqlite create_wrksrc=yes -distfiles=" -http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz -http://www.sqlite.org/sqlite-tea-${_amalgamationver}.tar.gz" +distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz" build_style=custom-install short_desc="SQL Database Engine in a C Library" maintainer="Juan RP " -checksum=" -cb5b86926ec9f65882b2dddd244f2d620337d911ec73411863f77e48cf6a2f94 -7404ea2d1e6e623e2dfedc3bba4f81d4a7a65e69844a2ab8fbdfb8f4067401a7" +checksum=79b7de2483cbbfa79721c9414d4c7acda00ba98a8b1fe73460fe57c173651ad4 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 @@ -40,7 +36,7 @@ do_build() ./configure --prefix=/usr make ${makejobs} - cd ${wrksrc}/sqlite-tea-${_amalgamationver} + cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}/tea ./configure --prefix=/usr --with-system-sqlite make ${makejobs} } @@ -49,6 +45,6 @@ do_install() { cd ${wrksrc}/sqlite-autoconf-${_amalgamationver} make DESTDIR=${DESTDIR} install - cd ${wrksrc}/sqlite-tea-${_amalgamationver} + cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}/tea make DESTDIR=${DESTDIR} install }