Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c32064d98ef0a0d8322169e282fd0bc2bea47f2e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c32064d98ef0a0d8322169e282fd0bc2bea47f2e)
  • Date: Tue, 24 May 2011 09:07:30 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
net/bitcoin/BUILD | 1 +
net/bitcoin/DEPENDS | 5 +++++
net/bitcoin/DETAILS | 16 ++++++++++++++++
net/bitcoin/HISTORY | 3 +++
net/bitcoin/INSTALL | 1 +
net/bitcoin/PRE_BUILD | 3 +++
7 files changed, 32 insertions(+)

New commits:
commit c32064d98ef0a0d8322169e282fd0bc2bea47f2e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bitcoin: new spell, P2P electronic cash system

diff --git a/ChangeLog b/ChangeLog
index 7f3ad9d..39754d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-05-24 Ismael Luceno <ismael AT sourcemage.org>
+ * net/bitcoin: new spell, P2P electronic cash system
+
2011-05-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* doc/pdfgrep: new spell, a tool for searching pdf files

diff --git a/net/bitcoin/BUILD b/net/bitcoin/BUILD
new file mode 100755
index 0000000..cea1d16
--- /dev/null
+++ b/net/bitcoin/BUILD
@@ -0,0 +1 @@
+make -C src -f makefile.unix 'USE_UPNP='
diff --git a/net/bitcoin/DEPENDS b/net/bitcoin/DEPENDS
new file mode 100755
index 0000000..3070d31
--- /dev/null
+++ b/net/bitcoin/DEPENDS
@@ -0,0 +1,5 @@
+depends g++ &&
+depends wxgtk-new &&
+depends boost &&
+depends db &&
+depends openssl
diff --git a/net/bitcoin/DETAILS b/net/bitcoin/DETAILS
new file mode 100755
index 0000000..281106d
--- /dev/null
+++ b/net/bitcoin/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=bitcoin
+ VERSION=0.3.22rc3
+ SOURCE=$SPELL-$VERSION-src.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:51ba8d034d05e96a15fd5f336a630cc707ceabe8a27eebe0c76edcda6462e318232ce740f94a75e07cc0f646d22577a4c58321ada5be9e290f0ef14f708918bd
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://bitcoin.org";
+ LICENSE[0]=MIT
+ ENTERED=20110524
+ SHORT="P2P electronic cash system"
+cat << EOF
+Bitcoin is a decentralized peer-to-peer electronic cash system without a
+central server or trusted parties. Users hold the crypto keys to their own
+money and transact directly with each other, with the help of the network
+to check for double-spending.
+EOF
diff --git a/net/bitcoin/HISTORY b/net/bitcoin/HISTORY
new file mode 100644
index 0000000..b37eb57
--- /dev/null
+++ b/net/bitcoin/HISTORY
@@ -0,0 +1,3 @@
+2011-05-24 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
+
diff --git a/net/bitcoin/INSTALL b/net/bitcoin/INSTALL
new file mode 100755
index 0000000..c31c1be
--- /dev/null
+++ b/net/bitcoin/INSTALL
@@ -0,0 +1 @@
+install -m755 src/bitcoin $INSTALL_ROOT/usr/bin/
diff --git a/net/bitcoin/PRE_BUILD b/net/bitcoin/PRE_BUILD
new file mode 100755
index 0000000..2196b68
--- /dev/null
+++ b/net/bitcoin/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i -e '/-Wl,-Bstatic/d' src/makefile.unix



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c32064d98ef0a0d8322169e282fd0bc2bea47f2e), Ismael Luceno, 05/24/2011

Archive powered by MHonArc 2.6.24.

Top of Page