]> git.pld-linux.org Git - packages/distrrtgen.git/blob - distrrtgen.spec
- new
[packages/distrrtgen.git] / distrrtgen.spec
1 Summary:        Distributed rainbow table generation client
2 Summary(pl):    Klient projektu rozproszonego generowaia tablic rainbow
3 Name:           distrrtgen
4 Version:        2.0
5 Release:        0.1
6 License:        As-is
7 Group:          Applications
8 Source0:        http://www.freerainbowtables.com/distrrtgen/client/%{name}-%{version}-src.zip
9 # Source0-md5:  f9c342cd4d822911352cfa066c5d1a42
10 URL:            http://www.freerainbowtables.com/
11 BuildRequires:  libstdc++-devel
12 BuildRequires:  openssl-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 DistrRTgen is a Distributed Rainbow Table Generation client. The goal
17 was to enable community to contribute to the generation of Rainbow
18 Tables as much or as little as suited them, and without having to
19 create whole particular tables. Distributed computing makes this
20 possible.
21
22 %description -l pl
23 DistrRTgen to klient projektu Distributed rainbow Table Generation.
24 Celem jest u³atwienie spo³eczno¶ci sposóbów na wsparcie projektu
25 poprzez generowanie tablic rainbow w sposób im wygodny, bez potrzeby
26 tworzenia kompletnych tablic. Liczenie rozproszone sprawia, ¿e jest to
27 mo¿liwe.
28
29 %prep
30 %setup -q -c
31
32 %build
33 %{__make} \
34         CXX="%{__cxx}" \
35         CXXFLAGS="%{rpmcflags}"
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_bindir}
40 install %{name} $RPM_BUILD_ROOT%{_bindir}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc disclaimer.txt README.txt distrrtgen.conf charset.txt
48 %attr(755,root,root) %{_bindir}/*
This page took 0.052886 seconds and 4 git commands to generate.