]> git.pld-linux.org Git - packages/Cowpatty.git/commitdiff
- init spec
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Thu, 28 Apr 2005 09:57:15 +0000 (09:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Cowpatty.spec -> 1.1

Cowpatty.spec [new file with mode: 0644]

diff --git a/Cowpatty.spec b/Cowpatty.spec
new file mode 100644 (file)
index 0000000..446b43d
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       Tool designed to audit PSK selection for WPA
+Name:          Cowpatty
+Version:       2.0
+Release:       0.2
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://new.remote-exploit.org/images/5/5a/%{name}-%{version}.tar.gz
+# Source0-md5: e3331b95e66b1126c50a4c84c0fc21a9
+URL:           http://new.remote-exploit.org/index.php/Codes_main
+BuildRequires: libpcap-devel
+BuildRequires: openssl-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+coWPAtty is designed to audit the pre-shared key (PSK) selection for
+WPA networks based on the TKIP protocol.
+
+%prep
+%setup -q -n cowpatty
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install cowpatty $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CHANGELOG FAQ INSTALL README TODO WISHLIST
+
+%attr(755,root,root) %{_bindir}/*
This page took 0.084099 seconds and 4 git commands to generate.