SPECS: aircrack-ptw.spec (NEW) - new spec created by Marcin Biczan...

bartowl bartowl at pld-linux.org
Thu Apr 12 17:04:23 CEST 2007


Author: bartowl                      Date: Thu Apr 12 15:04:23 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new spec created by Marcin Biczan, STBR

---- Files affected:
SPECS:
   aircrack-ptw.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/aircrack-ptw.spec
diff -u /dev/null SPECS/aircrack-ptw.spec:1.1
--- /dev/null	Thu Apr 12 17:04:23 2007
+++ SPECS/aircrack-ptw.spec	Thu Apr 12 17:04:18 2007
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+#
+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
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/12 15:04:18  bartowl
+- new spec created by Marcin Biczan, STBR
+
================================================================


More information about the pld-cvs-commit mailing list