]> git.pld-linux.org Git - packages/aircrack.git/blob - aircrack.spec
ed0961af888ad7afdf7b92d6cd2d1fc6efbec780
[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:        2
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 URL:            http://www.cr0.net:8040/code/network/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Aircrack is a 802.11 WEP key cracker. It implements the so-called
16 Fluhrer - Mantin - Shamir (FMS) attack, When enough encrypted packets
17 have been gathered, aircrack can almost instantly recover the WEP key.
18
19 %description -l pl
20 Aircrack to program do ³amania szyfrowania WEP dla protoko³u 802.11
21 u¿ywaj±cy ataku typu FMS (Fluhrer - Mantin - Shamir). Po zgromadzeniu
22 wystarczaj±cej liczby zaszyfrowanych pakietów aircrack mo¿e prawie
23 natychmiast odtworzyæ klucz WEP.
24
25 %prep
26 %setup -q
27 %patch0 -p1
28
29 %build
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         prefix=/usr \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc ChangeLog README docs/* patch
45 %attr(755,root,root) %{_bindir}/*
This page took 0.116973 seconds and 3 git commands to generate.