bitcoin: update to 0.10.0.
This commit is contained in:
parent
928114e344
commit
bc51025426
@ -1,16 +1,16 @@
|
|||||||
# Template file for 'bitcoin'
|
# Template file for 'bitcoin'
|
||||||
pkgname=bitcoin
|
pkgname=bitcoin
|
||||||
version=0.9.3
|
version=0.10.0
|
||||||
revision=4
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config yasm"
|
||||||
makedepends="db-devel protobuf-devel libressl-devel>=2.1.3 boost-devel>=1.54 miniupnpc-devel>=1.9"
|
makedepends="db-devel protobuf-devel libressl-devel>=2.1.3 boost-devel>=1.54 miniupnpc-devel>=1.9"
|
||||||
short_desc="Bitcoin is a peer-to-peer network based digital currency"
|
short_desc="Bitcoin is a peer-to-peer network based digital currency"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.bitcoin.org/"
|
homepage="http://www.bitcoin.org/"
|
||||||
distfiles="http://bitcoin.org/bin/${version}/bitcoin-${version}-linux.tar.gz"
|
distfiles="http://bitcoin.org/bin/${version}/bitcoin-${version}.tar.gz"
|
||||||
checksum=c425783b6cbab9b801ad6a1dcc9235828b98e5dee6675112741f8b210e4f65cd
|
checksum=a516cf6d9f58a117607148405334b35d3178df1ba1c59229609d2bcd08d30624
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
# XXX -qt subpkg
|
# XXX -qt subpkg
|
||||||
@ -29,7 +29,6 @@ pre_configure() {
|
|||||||
for f in ${extra_files}; do
|
for f in ${extra_files}; do
|
||||||
$XBPS_FETCH_CMD $f
|
$XBPS_FETCH_CMD $f
|
||||||
done
|
done
|
||||||
tar xf ${pkgname}-${version}-linux/src/${pkgname}-${version}.tar.gz -C ${wrksrc}
|
|
||||||
}
|
}
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cd ${pkgname}-${version}
|
cd ${pkgname}-${version}
|
||||||
@ -40,6 +39,7 @@ do_build() {
|
|||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
|
vbin ${pkgname}-${version}/src/bitcoin-cli
|
||||||
vbin ${pkgname}-${version}/src/bitcoind
|
vbin ${pkgname}-${version}/src/bitcoind
|
||||||
vsconf bitcoin.conf
|
vsconf bitcoin.conf
|
||||||
vman bitcoind.1
|
vman bitcoind.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user