sqlite: update to 3.7.16.2.
This commit is contained in:
parent
7d0bc9eaef
commit
55dc336df5
@ -1,7 +1,7 @@
|
|||||||
# Template build file for 'sqlite'.
|
# Template build file for 'sqlite'.
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.7.16
|
version=3.7.16.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=sqlite
|
wrksrc=sqlite
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
makedepends="readline-devel tcl-devel"
|
makedepends="readline-devel tcl-devel"
|
||||||
@ -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=3071600
|
_amalgamationver=3071602
|
||||||
distfiles="http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
checksum=3509c20fa2b1725734997b1dbb3dbfc825cfa7a09194cbac8f6fe33ed187ad34
|
checksum=1d7e6937c19fc5de1c0cdb392638296e4a6d8b158001dbb421e257dfb6f088db
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
export CFLAGS="$XBPS_CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
export CFLAGS="$XBPS_CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
||||||
@ -56,7 +56,7 @@ do_install() {
|
|||||||
|
|
||||||
sqlite-devel_package() {
|
sqlite-devel_package() {
|
||||||
depends="readline-devel sqlite>=${version}"
|
depends="readline-devel sqlite>=${version}"
|
||||||
short_desc="${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
|
||||||
@ -65,7 +65,7 @@ sqlite-devel_package() {
|
|||||||
|
|
||||||
sqlite-tcl_package() {
|
sqlite-tcl_package() {
|
||||||
depends="sqlite>=$version tcl"
|
depends="sqlite>=$version tcl"
|
||||||
short_desc="${short_desc} -- TCL bindings"
|
short_desc+=" -- TCL bindings"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/sqlite*"
|
vmove "usr/lib/sqlite*"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user