mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/bitcoin: Updated for version 0.9.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
476f3ff12f
commit
598a1c4137
2 changed files with 7 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bitcoin
|
||||
VERSION=${VERSION:-0.9.2}
|
||||
VERSION=${VERSION:-0.9.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -82,7 +82,7 @@ CFLAGS="$SLKCFLAGS" \
|
|||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LBIDIRSUFFIX} \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/man \
|
||||
$UPNP \
|
||||
|
@ -116,7 +116,8 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a doc/README.md COPYING \
|
||||
cp -a doc/README.md COPYING doc/assets-attribution.md doc/build-unix.md \
|
||||
doc/bootstrap.md doc/release-notes.md doc/tor.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bitcoin"
|
||||
VERSION="0.9.2"
|
||||
VERSION="0.9.3"
|
||||
HOMEPAGE="http://www.bitcoin.org"
|
||||
DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.9.2.tar.gz"
|
||||
MD5SUM="cb98aa1fc260325a4eb0edb7c6e23693"
|
||||
DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.9.3.tar.gz"
|
||||
MD5SUM="719ac255715deffafc2ae7554c66ba70"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="protobuf"
|
||||
|
|
Loading…
Reference in a new issue