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