]> git.pld-linux.org Git - packages/airtraf.git/commitdiff
- init spec
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Fri, 22 Apr 2005 10:26:13 +0000 (10:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    airtraf.spec -> 1.1

airtraf.spec [new file with mode: 0644]

diff --git a/airtraf.spec b/airtraf.spec
new file mode 100644 (file)
index 0000000..c837e84
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       AirTraf 802.11 Wireless traffic sniffer
+Name:          airtraf
+Version:       1.1
+Release:       0.1
+License:       GPL
+Group:         Networking
+Source0:       http://www.elixar.com/%{name}-%{version}.tar.gz
+# Source0-md5: 2f999dc4cef573e14959261ad6c81294
+Patch0:                %{name}-ncurses.patch
+URL:           http://www.elixar.com/
+BuildRequires: ncurses-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AirTraf 1.0 is a wireless sniffer that can detect and determine
+exactly what is being transmitted over 802.11 wireless networks.
+
+%prep
+%setup -q -n %{name}-%{version}
+%patch0        -p1
+
+%build
+cd src
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install src/airtraf $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Authors INSTALL docs
+
+%attr(755,root,root) %{_bindir}/*
This page took 0.073992 seconds and 4 git commands to generate.