]> git.pld-linux.org Git - packages/aircrack-ptw.git/commitdiff
- new spec created by Marcin Biczan, STBR
authorbartowl <bartowl@pld-linux.org>
Thu, 12 Apr 2007 15:04:18 +0000 (15:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aircrack-ptw.spec -> 1.1

aircrack-ptw.spec [new file with mode: 0644]

diff --git a/aircrack-ptw.spec b/aircrack-ptw.spec
new file mode 100644 (file)
index 0000000..8af641d
--- /dev/null
@@ -0,0 +1,46 @@
+#
+Summary:       Faster then aircrack-ng WEP key cracker
+Summary(pl.UTF-8):     Szybszy ni¿ aircrack-ng ³amacz kluczy WEP
+Name:          aircrack-ptw
+Version:       1.0.0
+Release:       0
+License:       GPL
+Group:         Applications/Networking
+Source0:       http://www.cdc.informatik.tu-darmstadt.de/aircrack-ptw/download/%{name}-%{version}.tar.gz
+# Source0-md5: 1d7d84d1e69189bc1397db3f565c183a
+URL:           http://www.cdc.informatik.tu-darmstadt.de/aircrack-ptw/
+BuildRequires: libpcap-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Requires:      aircrack-ng
+
+%description
+Using this version, it is possible to recover a 104 bit WEP key with
+probability 50% using just 40,000 captured packets. For 60,000 available
+data packets, the success probability is about 80% and for 85,000 data
+packets about 95%.
+
+%description -l pl.UTF-8
+U¿ywaj±c tego oprogramowania istenieje mo¿liwo¶æ odzyskania 104 bitowego klucza
+WEP z prawdopodobieñstwem 50% przy wykorzystaniu 40,000 z³apanych pakietów.
+Przy 60,000 pakietów prawdopodobieñstwo wynosi oko³o 80%, a przy 85,000 oko³o 95%.
+
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install -m 755 aircrack-ptw $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/aircrack-ptw
This page took 0.108363 seconds and 4 git commands to generate.