mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/bitcoin: Updated for version 0.8.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
459eedd868
commit
58d133be2f
3 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,3 @@
|
|||
bitcoin (P2P electronic cash system)
|
||||
|
||||
Bitcoin is a free open source peer-to-peer electronic cash system
|
||||
that is completely decentralized, without the need for a central
|
||||
server or trusted parties. Users hold the crypto keys to their
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bitcoin
|
||||
VERSION=${VERSION:-0.8.0}
|
||||
VERSION=${VERSION:-0.8.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -100,7 +100,7 @@ cd src
|
|||
make -f makefile.unix \
|
||||
bitcoind \
|
||||
USE_SSL=1
|
||||
cd ..
|
||||
cd -
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
mkdir -p $PKG/usr/share/{applications,kde4/services,pixmaps}
|
||||
|
@ -116,7 +116,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a doc/README COPYING $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a doc/README COPYING \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
@ -125,3 +126,4 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
|||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bitcoin"
|
||||
VERSION="0.8.0"
|
||||
VERSION="0.8.1"
|
||||
HOMEPAGE="http://www.bitcoin.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/bitcoin/bitcoin-0.8.0-linux.tar.gz"
|
||||
MD5SUM="112ba1251136b72ab341250fe9a513a9"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/bitcoin/bitcoin-0.8.1-linux.tar.gz"
|
||||
MD5SUM="1f6698135cfab8695e0f826ffc428d4c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qrencode"
|
||||
|
|
Loading…
Reference in a new issue