parent
c73cb2f3ce
commit
aaeb7dfe37
@ -1,7 +1,7 @@
|
||||
# Template file for 'bitcoin'
|
||||
pkgname=bitcoin
|
||||
version=0.13.1
|
||||
revision=5
|
||||
version=0.14.2
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="pkg-config yasm"
|
||||
makedepends="db-devel protobuf-devel boost-devel miniupnpc-devel libevent-devel qrencode-devel"
|
||||
@ -10,11 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="https://bitcoin.org/"
|
||||
distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
|
||||
checksum=d8edbd797ff1c8266113e54d851a85def46ab82389abe7d7bd0d2827e74cecd7
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2804/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
checksum=1ac4e5ce51ac03c41df0ad1e759dbb55d91e1456b9a616e43344bf2258dbe8ca
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
# XXX -qt subpkg
|
||||
@ -27,8 +23,7 @@ pre_configure() {
|
||||
https://raw.github.com/bitcoin/bitcoin/v${version}/contrib/debian/bitcoin-qt.desktop
|
||||
https://raw.github.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png
|
||||
https://raw.github.com/bitcoin/bitcoin/v${version}/contrib/debian/examples/bitcoin.conf
|
||||
https://raw.github.com/bitcoin/bitcoin/v${version}/contrib/debian/manpages/bitcoind.1
|
||||
https://raw.github.com/bitcoin/bitcoin/v${version}/contrib/debian/manpages/bitcoin.conf.5"
|
||||
https://raw.github.com/bitcoin/bitcoin/v${version}/doc/man/bitcoind.1"
|
||||
for f in ${extra_files}; do
|
||||
$XBPS_FETCH_CMD $f
|
||||
done
|
||||
@ -53,7 +48,6 @@ do_install() {
|
||||
vbin ${pkgname}-${version}/src/bitcoin-tx
|
||||
vsconf bitcoin.conf
|
||||
vman bitcoind.1
|
||||
vman bitcoin.conf.5
|
||||
vlicense ${pkgname}-${version}/COPYING
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user