]> git.pld-linux.org Git - packages/ettercap.git/commitdiff
- PLD initial spec
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Thu, 6 Sep 2001 14:11:58 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- need uid=0 to build

Changed files:
    ettercap.spec -> 1.1

ettercap.spec [new file with mode: 0644]

diff --git a/ettercap.spec b/ettercap.spec
new file mode 100644 (file)
index 0000000..8c48f7e
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       ettercap is a ncurses-based sniffer/interceptor utility
+Name:          ettercap
+Version:       0.5.4
+Release:       1
+Source0:       http://ettercap.sourceforge.net/download/%{name}-%{version}.tar.gz
+URL:           http://ettercap.sourceforge.net/
+License:       GPL
+Group:         Networking/Utilities
+Group(de):     Netzwerkwesen/Werkzeuge
+Group(es):     Red/Utilitarios
+Group(pl):     Sieciowe/Narzêdzia
+Group(pt_BR):  Rede/Utilitários
+Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ettercap is a multipurpose sniffer/interceptor/logger for switched or
+"hubbed" LAN.
+
+%prep
+%setup -q
+
+%build
+%configure --disable-debug
+%{__make}
+%{__make} plug-ins
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} plug-ins_install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_mandir}/man8/*
+%doc COPYING README README.PLUGINS HISTORY CHANGELOG AUTHORS TODO THANKS KNOWN-BUGS PORTINGS
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/ettercap/*
This page took 0.03117 seconds and 4 git commands to generate.