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