]> git.pld-linux.org Git - packages/aircrack.git/blob - aircrack.spec
- up to 2.2beta7
[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 %define beta_ver        beta7
5 Version:        2.2
6 Release:        0.%{beta_ver}.1
7 License:        GPL
8 Group:          Networking
9 Source0:        http://www.cr0.net:8040/code/network/%{name}-%{version}-%{beta_ver}.tgz
10 # Source0-md5:  97b72737f0c711db8c3a281ce0b59829
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 -n %{name}-%{version}-%{beta_ver}
27
28 %build
29 %{__make} \
30         CC="%{__cc}" \
31         CFLAGS="-s %{rpmcflags}"
32
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         prefix=%{_prefix} \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc ChangeLog README linux/patch
47 %attr(755,root,root) %{_bindir}/*
This page took 0.067927 seconds and 4 git commands to generate.