mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/bitcoin: Updated for version 0.11.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
887d14d112
commit
1fa3c2a42e
4 changed files with 7 additions and 12 deletions
|
@ -13,7 +13,6 @@ If you just want to send and receive Bitcoins you should look at
|
|||
a light client like Electrum.
|
||||
|
||||
Please make sure you read the Release notes first before upgrading:
|
||||
https://bitcoin.org/en/release/v0.11.0
|
||||
https://bitcoin.org/en/release/v0.11.1
|
||||
|
||||
qrencode is an optional but strongly recommended dependency.
|
||||
UPNP is disabled, it requires the optional dependency miniupnpc.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bitcoin
|
||||
VERSION=${VERSION:-0.11.0}
|
||||
VERSION=${VERSION:-0.11.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,9 +54,6 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
# Detect miniupnpc
|
||||
if [ -x /usr/bin/upnpc ]; then UPNP="--enable-upnp-default"; else UPNP=""; fi
|
||||
|
||||
# Detect qrencode
|
||||
if [ -x /usr/bin/qrencode ]; then QRCODE="--with-qrencode"; else QRCODE=""; fi
|
||||
|
||||
|
@ -85,7 +82,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/man \
|
||||
$UPNP \
|
||||
$QRCODE \
|
||||
--with-gui=qt4 \
|
||||
--build=$ARCH-slackware-linux \
|
||||
|
@ -98,7 +94,7 @@ make install DESTDIR=$PKG
|
|||
# by adding "--enable-tests=no" to the above configure command.
|
||||
rm $PKG/usr/bin/test*
|
||||
|
||||
mkdir -p $PKG/usr/{bin,man/man{1,5}}
|
||||
mkdir -p $PKG/usr/man/man{1,5}
|
||||
mkdir -p $PKG/usr/share/{applications,kde4/services,pixmaps}
|
||||
|
||||
install -m 0644 contrib/debian/manpages/bitcoin-qt.1 $PKG/usr/man/man1/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bitcoin"
|
||||
VERSION="0.11.0"
|
||||
VERSION="0.11.1"
|
||||
HOMEPAGE="http://www.bitcoin.org"
|
||||
DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.11.0.tar.gz"
|
||||
MD5SUM="7463ff45ad2ece6fad1b673bb2c2afbb"
|
||||
DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.11.1.tar.gz"
|
||||
MD5SUM="45f7473982eb896fe313b78a142652e2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="protobuf"
|
||||
|
|
|
@ -14,6 +14,6 @@ bitcoin: server or trusted parties. Users hold the crypto keys to their
|
|||
bitcoin: own money and transact directly with each other, with the help
|
||||
bitcoin: of a P2P network to check for double-spending.
|
||||
bitcoin:
|
||||
bitcoin: Project Website: http://www.bitcoin.org
|
||||
bitcoin: Project Website: https://www.bitcoin.org
|
||||
bitcoin:
|
||||
bitcoin:
|
||||
|
|
Loading…
Reference in a new issue