]> git.pld-linux.org Git - packages/airsnort.git/commitdiff
- first release, STBR
authoralchemyx <alchemyx@pld-linux.org>
Tue, 1 Apr 2003 19:25:08 +0000 (19:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    airsnort.spec -> 1.1

airsnort.spec [new file with mode: 0644]

diff --git a/airsnort.spec b/airsnort.spec
new file mode 100644 (file)
index 0000000..0e89f60
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       802.11 WEP Encryption Cracking Tool
+Summary(pl):   Program do ³amania szyfrowania WEP dla protoko³u 802.11
+Name:          Airsnort
+Version:       0.2.1b
+Release:       0
+License:       GPL
+Group:         Networking
+Source0:       %{name}-%{version}.tar.gz
+URL:           http://airsnort.shmoo.com/
+BuildRequires: gtk+-devel
+BuildRequires: libpcap-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define         _prefix         /usr/X11R6
+%define         _mandir         %{_prefix}/man
+
+%description
+AirSnort is a wireless LAN (WLAN) tool that recovers encryption keys.
+It operates by passively monitoring transmissions, computing the
+encryption key when enough packets have been gathered.
+
+%description -l pl
+AirSnort jest narzêdziem dla sieci bezprzewodowych (WLAN) do
+uzyskiwania kluczy szyfrowania. Dzia³a pasywnie monitoruj±c transmisjê
+i obliczaj±c klucz po przechwyceniu wystarczaj±cej ilo¶ci pakietów.
+
+%prep
+%setup -q
+
+%build
+rm -f missing
+%{__gettextize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README README.decrypt TODO
+%attr(755,root,root) %{_bindir}/*
This page took 0.088579 seconds and 4 git commands to generate.