mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
parent
ab2c75ddf9
commit
1ae632ceec
1 changed files with 6 additions and 2 deletions
|
@ -13,8 +13,12 @@ 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=953fd6cee2da3ed63779b2dbce8a775e76d7a926be3de5b906d40f6641a2b4d5
|
checksum=4db5473be17fc707acfa4bc5d13b5c07915fa8c28b404ca0e6969fecc41744b2
|
||||||
nocross=yes
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-host-tools protobuf"
|
||||||
|
configure_args+=" --with-boost=${XBPS_CROSS_BASE}"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue