packages: bitcoin/bitcoin.spec (NEW) - initial/raw

arekm arekm at pld-linux.org
Wed May 25 15:19:29 CEST 2011


Author: arekm                        Date: Wed May 25 13:19:29 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial/raw

---- Files affected:
packages/bitcoin:
   bitcoin.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/bitcoin/bitcoin.spec
diff -u /dev/null packages/bitcoin/bitcoin.spec:1.1
--- /dev/null	Wed May 25 15:19:29 2011
+++ packages/bitcoin/bitcoin.spec	Wed May 25 15:19:24 2011
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:	Bitcoin is a peer-to-peer currency
+Name:		bitcoin
+Version:	0.3.21
+Release:	0.1
+License:	MIT/X11
+Group:		X11/Applications
+Source0:	http://downloads.sourceforge.net/bitcoin/%{name}-%{version}-linux.tar.gz
+# Source0-md5:	19e530a9b60e3a0987998a87b30d8cdc
+URL:		http://www.bitcoin.org
+BuildRequires:	boost-devel
+BuildRequires:	miniupnpc-devel
+BuildRequires:	openssl-devel
+BuildRequires:	wxGTK2-unicode-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bitcoin is a peer-to-peer currency. Peer-to-peer means that no central
+authority issues new money or tracks transactions. These tasks are
+managed collectively by the network.
+
+%prep
+%setup -q
+
+%build
+%{__make} -C src -f makefile.unix \
+	CXX="%{__cxx}" \
+	WXINCLUDEPATHS="$(wx-gtk2-unicode-config --cxxflags)" \
+	WXLIBS="$(wx-gtk2-unicode-config --libs)" \
+	USE_UPNP=1 \
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/05/25 13:19:24  arekm
+- initial/raw
+
================================================================


More information about the pld-cvs-commit mailing list