mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
sqlite: update to 3.7.17.
This commit is contained in:
parent
96f55d2c62
commit
a9fb9d30a5
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'sqlite'.
|
# Template build file for 'sqlite'.
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.7.16.2
|
version=3.7.17
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=sqlite
|
wrksrc=sqlite
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
@ -9,9 +9,9 @@ short_desc="SQL Database Engine in a C Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.sqlite.org"
|
homepage="http://www.sqlite.org"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
_amalgamationver=3071602
|
_amalgamationver=3071700
|
||||||
distfiles="http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
checksum=1d7e6937c19fc5de1c0cdb392638296e4a6d8b158001dbb421e257dfb6f088db
|
checksum=8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
||||||
|
@ -58,7 +58,7 @@ do_install() {
|
||||||
|
|
||||||
sqlite-devel_package() {
|
sqlite-devel_package() {
|
||||||
depends="readline-devel sqlite>=${version}"
|
depends="readline-devel sqlite>=${version}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
@ -67,7 +67,7 @@ sqlite-devel_package() {
|
||||||
|
|
||||||
sqlite-tcl_package() {
|
sqlite-tcl_package() {
|
||||||
depends="sqlite>=$version tcl"
|
depends="sqlite>=$version tcl"
|
||||||
short_desc+=" -- TCL bindings"
|
short_desc+=" - TCL bindings"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/sqlite*"
|
vmove "usr/lib/sqlite*"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue