diff options
author | nomnombtc <nomnombtc@arcor.de> | 2017-07-02 09:35:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-05 08:52:22 +0700 |
commit | b7b1614e3a0a32e7b913e791511f9c736f0cd2a2 (patch) | |
tree | 4a069ab0bdc7f171d6723c92c8926cfaeb40b222 /network/bitcoin/bitcoin.SlackBuild | |
parent | 6fbfc67034e7a378397eef4ac1a1aacfefc96f0a (diff) | |
download | slackbuilds-b7b1614e3a0a32e7b913e791511f9c736f0cd2a2.tar.gz |
network/bitcoin: Updated for version 0.14.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bitcoin/bitcoin.SlackBuild')
-rw-r--r-- | network/bitcoin/bitcoin.SlackBuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index 82f8471bf8..9638910688 100644 --- a/network/bitcoin/bitcoin.SlackBuild +++ b/network/bitcoin/bitcoin.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bitcoin -VERSION=${VERSION:-0.13.2} +VERSION=${VERSION:-0.14.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -93,16 +93,10 @@ make install DESTDIR=$PKG # by adding "--enable-tests=no" to the above configure command. rm $PKG/usr/bin/test* -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/ -install -m 0644 contrib/debian/manpages/bitcoind.1 $PKG/usr/man/man1/ -install -m 0644 contrib/debian/manpages/bitcoin.conf.5 $PKG/usr/man/man5/ +mkdir -p $PKG/usr/share/{applications,pixmaps} 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 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 |