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