]> git.pld-linux.org Git - packages/aircrack.git/blob - aircrack.spec
- initial release
[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 BuildArch:      noarch
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.
22
23 %prep
24 %setup -q
25
26
27 %build
28 %{__make}
29
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc ChangeLog docs/*
This page took 0.022785 seconds and 3 git commands to generate.