sqlite: update to 3.8.0.1.
This commit is contained in:
parent
b61329d8e7
commit
21b1821c7a
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'sqlite'.
|
||||
pkgname=sqlite
|
||||
version=3.8.0
|
||||
revision=3
|
||||
_amalgamationver=3080000
|
||||
version=3.8.0.1
|
||||
revision=1
|
||||
_amalgamationver=3080001
|
||||
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=1db30fd2b71719b9463f48a779fac12adbfc5a78d0ae55bd5c9d2f7d3ecec46d
|
||||
checksum=1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36
|
||||
|
||||
do_configure() {
|
||||
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
||||
|
@ -22,11 +22,6 @@ do_configure() {
|
|||
--enable-readline --enable-dynamic-extensions
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# fix version in pkgconfig file!
|
||||
sed -e "s,@RELEASE@,${version},g" -i ${DESTDIR}/usr/lib/pkgconfig/sqlite3.pc
|
||||
}
|
||||
|
||||
sqlite-devel_package() {
|
||||
depends="sqlite-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue