mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/bitcoin: Updated for version 0.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
403f86a1a5
commit
1eddf6024e
3 changed files with 9 additions and 17 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bitcoin
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
VERSION=${VERSION:-0.9.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -94,6 +94,10 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
# Remove the "test" binaries. Alternatively, you can explicitly disable tests
|
||||
# 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/share/{applications,kde4/services,pixmaps}
|
||||
|
||||
|
@ -103,7 +107,7 @@ install -m 0644 contrib/debian/manpages/bitcoin.conf.5 $PKG/usr/man/man5/
|
|||
|
||||
install -m 0644 src/qt/res/icons/bitcoin.png $PKG/usr/share/pixmaps/
|
||||
install -m 0644 $CWD/bitcoin-qt.desktop $PKG/usr/share/applications/
|
||||
install -m 0644 $CWD/bitcoin.protocol $PKG/usr/share/kde4/services/
|
||||
install -m 0644 contrib/debian/bitcoin-qt.protocol $PKG/usr/share/kde4/services/
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bitcoin"
|
||||
VERSION="0.9.0"
|
||||
VERSION="0.9.1"
|
||||
HOMEPAGE="http://www.bitcoin.org"
|
||||
DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.9.0.tar.gz"
|
||||
MD5SUM="1c49e3df598bb8858bc45f17a8185f23"
|
||||
DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.9.1.tar.gz"
|
||||
MD5SUM="7a9c14c09b04e3e37d703fbfe5c3b1e2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="protobuf"
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
[Protocol]
|
||||
exec=bitcoin-qt '%u'
|
||||
protocol=bitcoin
|
||||
input=none
|
||||
output=none
|
||||
helper=true
|
||||
listing=
|
||||
reading=false
|
||||
writing=false
|
||||
makedir=false
|
||||
deleting=false
|
||||
Icon=bitcoin
|
Loading…
Reference in a new issue