]> git.pld-linux.org Git - packages/aircrack.git/commitdiff
- initial release
authorspeedo <speedo@pld-linux.org>
Sat, 25 Dec 2004 18:33:00 +0000 (18:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aircrack.spec -> 1.1

aircrack.spec [new file with mode: 0644]

diff --git a/aircrack.spec b/aircrack.spec
new file mode 100644 (file)
index 0000000..ca97b39
--- /dev/null
@@ -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/*
This page took 0.067736 seconds and 4 git commands to generate.