mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
sqlite: update to 3.8.0.1.
This commit is contained in:
parent
b61329d8e7
commit
21b1821c7a
1 changed files with 4 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template build file for 'sqlite'.
|
# Template build file for 'sqlite'.
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.8.0
|
version=3.8.0.1
|
||||||
revision=3
|
revision=1
|
||||||
_amalgamationver=3080000
|
_amalgamationver=3080001
|
||||||
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=1db30fd2b71719b9463f48a779fac12adbfc5a78d0ae55bd5c9d2f7d3ecec46d
|
checksum=1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
||||||
|
@ -22,11 +22,6 @@ do_configure() {
|
||||||
--enable-readline --enable-dynamic-extensions
|
--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() {
|
sqlite-devel_package() {
|
||||||
depends="sqlite-${version}_${revision}"
|
depends="sqlite-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue