sqlite: update to 3.8.1.
This commit is contained in:
parent
97bbc61612
commit
28afa94796
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template build file for 'sqlite'.
|
# Template build file for 'sqlite'.
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.8.0.2
|
version=3.8.1
|
||||||
revision=1
|
revision=1
|
||||||
_amalgamationver=3080002
|
_amalgamationver=3080100
|
||||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="readline-devel"
|
makedepends="readline-devel"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.sqlite.org"
|
homepage="http://www.sqlite.org"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
distfiles="http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
checksum=fca3a0a12f94dc92a6d9e700c3f6cab6cd4e79214bd7b6f13717a10f4bcfddb2
|
checksum=176df9a5dfbf4cf8516ef7b91ee187779855f51d4502534a5826034458ba2bb5
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
||||||
|
@ -23,7 +23,7 @@ do_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sqlite-devel_package() {
|
sqlite-devel_package() {
|
||||||
depends="sqlite-${version}_${revision}"
|
depends="sqlite>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
@ -35,6 +35,6 @@ sqlite-devel_package() {
|
||||||
|
|
||||||
sqlite_package() {
|
sqlite_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue