sqlite: update to 3.8.1.

This commit is contained in:
Juan RP 2013-10-18 18:26:49 +02:00
parent 97bbc61612
commit 28afa94796
1 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# Template build file for 'sqlite'.
pkgname=sqlite
version=3.8.0.2
version=3.8.1
revision=1
_amalgamationver=3080002
_amalgamationver=3080100
wrksrc="sqlite-autoconf-${_amalgamationver}"
build_style=gnu-configure
makedepends="readline-devel"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.sqlite.org"
license="Public Domain"
distfiles="http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=fca3a0a12f94dc92a6d9e700c3f6cab6cd4e79214bd7b6f13717a10f4bcfddb2
checksum=176df9a5dfbf4cf8516ef7b91ee187779855f51d4502534a5826034458ba2bb5
do_configure() {
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
@ -23,7 +23,7 @@ do_configure() {
}
sqlite-devel_package() {
depends="sqlite-${version}_${revision}"
depends="sqlite>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
@ -35,6 +35,6 @@ sqlite-devel_package() {
sqlite_package() {
pkg_install() {
vmove usr
vmove all
}
}