mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
litecoin: update to 0.10.2.2.
This commit is contained in:
parent
cdd2375ba9
commit
e2f6d4ce29
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'litecoin'
|
# Template file for 'litecoin'
|
||||||
pkgname=litecoin
|
pkgname=litecoin
|
||||||
version=0.10.2.1
|
version=0.10.2.2
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}"
|
wrksrc="${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests"
|
configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests
|
||||||
|
--with-libressl"
|
||||||
hostmakedepends="automake libtool pkg-config yasm"
|
hostmakedepends="automake libtool pkg-config yasm"
|
||||||
makedepends="zlib-devel db-devel libressl-devel boost-devel
|
makedepends="zlib-devel db-devel libressl-devel boost-devel
|
||||||
qt5-tools-devel miniupnpc-devel protobuf-devel"
|
qt5-tools-devel miniupnpc-devel protobuf-devel"
|
||||||
|
@ -13,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.litecoin.org/"
|
homepage="http://www.litecoin.org/"
|
||||||
distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz"
|
distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz"
|
||||||
checksum=8e7cdc1ae5e57760ef43e8c6deabd02657c8159711a4d47cc584e3e8182d5a7f
|
checksum=952c84b181323db17a8fa23217f59b576ad3ebad92c158b3a7c29d458a1130dc
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue