]> git.pld-linux.org Git - packages/bitcoin.git/blame - bitcoin.spec
- don't build static binary
[packages/bitcoin.git] / bitcoin.spec
CommitLineData
4ffb1fcd
AM
1Summary: Bitcoin is a peer-to-peer currency
2Name: bitcoin
3Version: 0.3.21
4Release: 0.1
5License: MIT/X11
6Group: X11/Applications
7Source0: http://downloads.sourceforge.net/bitcoin/%{name}-%{version}-linux.tar.gz
8# Source0-md5: 19e530a9b60e3a0987998a87b30d8cdc
9URL: http://www.bitcoin.org
10BuildRequires: boost-devel
11BuildRequires: miniupnpc-devel
12BuildRequires: openssl-devel
13BuildRequires: wxGTK2-unicode-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Bitcoin is a peer-to-peer currency. Peer-to-peer means that no central
18authority issues new money or tracks transactions. These tasks are
19managed collectively by the network.
20
21%prep
22%setup -q
23
24%build
25%{__make} -C src -f makefile.unix \
26 CXX="%{__cxx}" \
27 WXINCLUDEPATHS="$(wx-gtk2-unicode-config --cxxflags)" \
28 WXLIBS="$(wx-gtk2-unicode-config --libs)" \
29 USE_UPNP=1 \
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files -f %{name}.lang
38%defattr(644,root,root,755)
39%attr(755,root,root) %{_bindir}/*
This page took 0.036392 seconds and 4 git commands to generate.