dqlite: update to 1.6.0
This commit is contained in:
parent
d97ebc66e2
commit
339d462c12
|
@ -1,20 +1,16 @@
|
||||||
# Template file for 'dqlite'
|
# Template file for 'dqlite'
|
||||||
pkgname=dqlite
|
pkgname=dqlite
|
||||||
version=1.5.0
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config automake libtool"
|
hostmakedepends="pkg-config automake libtool"
|
||||||
makedepends="sqlite-replication-devel raft-devel libco-devel"
|
makedepends="sqlite-devel raft-devel"
|
||||||
depends="sqlite-replication"
|
|
||||||
short_desc="Distributed SQLite database using the Raft algorithm"
|
short_desc="Distributed SQLite database using the Raft algorithm"
|
||||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
license="custom:LGPL-3.0-only-linking-exception"
|
license="custom:LGPL-3.0-only-linking-exception"
|
||||||
homepage="https://github.com/canonical/dqlite"
|
homepage="https://github.com/canonical/dqlite"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=1ea4a4a70460bce98eb8d473fd642322223bfd9897f348276c4b270194e3b95f
|
checksum=8671396a9510c7c125e706973a8ffb2e4540ac605f1f3e9720a63876448f5d93
|
||||||
|
|
||||||
_libdir="/usr/lib/sqlite-replication"
|
|
||||||
LDFLAGS="-L${XBPS_CROSS_BASE}${_libdir} -Wl,-R${_libdir}"
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|
Loading…
Reference in New Issue