From 6786578e8cf292473ae8c9418bda5d03e794f6ce Mon Sep 17 00:00:00 2001 From: speedo Date: Sat, 25 Dec 2004 18:33:00 +0000 Subject: [PATCH] - initial release Changed files: aircrack.spec -> 1.1 --- aircrack.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 aircrack.spec diff --git a/aircrack.spec b/aircrack.spec new file mode 100644 index 0000000..ca97b39 --- /dev/null +++ b/aircrack.spec @@ -0,0 +1,43 @@ +Summary: Tool that cracks 802.11 WEP encryption keys. +Summary(pl): Program do ³amania szyfrowania WEP dla protoko³u 802.11. +Name: aircrack +Version: 2.1 +Release: 1 +License: GPL +Group: Networking +Source0: http://www.cr0.net:8040/code/network/%{name}-%{version}.tgz +# Source0-md5: 694c6180f620b0534e5925a71b960bd1 +URL: http://www.cr0.net:8040/code/network/ +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Aircrack is a 802.11 WEP key cracker. It implements the so-called +Fluhrer - Mantin - Shamir (FMS) attack, When enough encrypted packets +have been gathered, aircrack can almost instantly recover the WEP key. + +%description -l pl +Aircrack to program do ³amania szyfrowania WEP dla protoko³u 802.11, +u¿ywaj±cy ataku typu FMS. + +%prep +%setup -q + + +%build +%{__make} + + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog docs/* -- 2.43.0