]> git.pld-linux.org Git - packages/aircrack.git/blob - aircrack.spec
- release 2
[packages/aircrack.git] / aircrack.spec
1 Summary:        Tool that cracks 802.11 WEP encryption keys
2 Summary(pl.UTF-8):      Program do łamania szyfrowania WEP dla protokołu 802.11
3 Name:           aircrack
4 Version:        2.41
5 Release:        2
6 License:        GPL
7 Group:          Networking
8 Source0:        http://www.cr0.net:8040/code/network/%{name}-%{version}.tgz
9 # Source0-md5:  05a37c8a165efb11ea226829c809deb3
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.UTF-8
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         CC="%{__cc}" \
30         CFLAGS="-s %{rpmcflags}"
31
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         prefix=%{_prefix} \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc ChangeLog README.txt linux/patch
46 %attr(755,root,root) %{_bindir}/*
This page took 0.057266 seconds and 3 git commands to generate.