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