]> git.pld-linux.org Git - packages/aircrack.git/blob - aircrack.spec
d6ad0e1d410ea7c22084fd828f214fd8b54a44d7
[packages/aircrack.git] / aircrack.spec
1 Summary:        Tool that cracks 802.11 WEP encryption keys
2 Summary(pl):    Program do ³amania szyfrowania WEP dla protoko³u 802.11
3 Name:           aircrack
4 Version:        2.1
5 Release:        3
6 License:        GPL
7 Group:          Networking
8 Source0:        http://www.cr0.net:8040/code/network/%{name}-%{version}.tgz
9 # Source0-md5:  694c6180f620b0534e5925a71b960bd1
10 Patch0:         %{name}-aireplay.patch
11 Patch1:         %{name}-v2.1_speed.patch
12 URL:            http://www.cr0.net:8040/code/network/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Aircrack is a 802.11 WEP key cracker. It implements the so-called
17 Fluhrer - Mantin - Shamir (FMS) attack, When enough encrypted packets
18 have been gathered, aircrack can almost instantly recover the WEP key.
19
20 %description -l pl
21 Aircrack to program do ³amania szyfrowania WEP dla protoko³u 802.11
22 u¿ywaj±cy ataku typu FMS (Fluhrer - Mantin - Shamir). Po zgromadzeniu
23 wystarczaj±cej liczby zaszyfrowanych pakietów aircrack mo¿e prawie
24 natychmiast odtworzyæ klucz WEP.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29 %patch1 -p0
30
31 %build
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         prefix=/usr \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc ChangeLog README docs/* patch
47 %attr(755,root,root) %{_bindir}/*
This page took 0.041458 seconds and 3 git commands to generate.