]> git.pld-linux.org Git - packages/Cowpatty.git/blame - Cowpatty.spec
- tabs in preamle
[packages/Cowpatty.git] / Cowpatty.spec
CommitLineData
db49f345 1# TODO: optflags
1ad25497 2Summary: Tool designed to audit PSK selection for WPA
a8856793 3Summary(pl.UTF-8): Narzędzie zaprojektowane do audytu wyboru PSK dla WPA
1ad25497
GS
4Name: Cowpatty
5Version: 2.0
6Release: 0.2
7License: GPL v2
8Group: Applications/System
9Source0: http://new.remote-exploit.org/images/5/5a/%{name}-%{version}.tar.gz
10# Source0-md5: e3331b95e66b1126c50a4c84c0fc21a9
11URL: http://new.remote-exploit.org/index.php/Codes_main
12BuildRequires: libpcap-devel
13BuildRequires: openssl-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17coWPAtty is designed to audit the pre-shared key (PSK) selection for
18WPA networks based on the TKIP protocol.
19
ec67214e
JR
20%description -l pl.UTF-8
21coWPAtty zostało zaprojektowane do audytu wyboru klucza PSK
db49f345
JB
22(pre-shared key) dla sieci WPA opartych na protokole TKIP.
23
1ad25497
GS
24%prep
25%setup -q -n cowpatty
26
27%build
28%{__make}
29
30%install
31rm -rf $RPM_BUILD_ROOT
1ad25497 32install -d $RPM_BUILD_ROOT%{_bindir}
db49f345 33
1ad25497
GS
34install cowpatty $RPM_BUILD_ROOT%{_bindir}
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%doc AUTHORS CHANGELOG FAQ INSTALL README TODO WISHLIST
1ad25497 42%attr(755,root,root) %{_bindir}/*
This page took 0.063063 seconds and 4 git commands to generate.