]> git.pld-linux.org Git - SPECS.git/blob - macwatch.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / macwatch.spec
1 Summary:        Count in and out-bytes from one or more given ethernet devices
2 Summary(pl.UTF-8):      Zliczanie bajtów we/wy na urządzeniach ethernet
3 Name:           macwatch
4 Version:        0.2.7
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://mybox.trenger.ro/code/%{name}-current.tar.gz
9 # Source0-md5:  9eceaf45b02761758585acb4b29d2294
10 URL:            http://mybox.trenger.ro/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libpcap-devel
14 BuildRequires:  libtool
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 A tiny app to count in and out-bytes from one or more given
19 ethernet-device(s) (to and from one or more given MAC-address(es)) It
20 was made to enable bandwith-monitoring of spesific hosts on a lan,
21 i.e. a HUB-lan, usefull places where the ISP haven't enabled SNMP on
22 the router; or where there are server with more than one IP, and you
23 want to monitor the entire machine's IP-traffic.
24
25 %description -l pl.UTF-8
26 Niewielka aplikacja do zliczania wejściowych i wyjściowych bajtów
27 z jednego lub więcej urządzeń ethernet (to i z jednego lib więcej
28 podanych adresów MAC). Program został stworzony by umożliwić
29 monitorowanie pasma używanego przez określone hosty w LAN-ie użyteczne
30 w miejscach gdzie ISP nie udostępnia SNMP na routerze lub tam gdzie są
31 serwery z więcej niż jednym adresem IP, a potrzeba monitorować
32 sumaryczny ruch.
33
34 %prep
35 %setup -q -n %{name}-%{version}-5
36
37 %build
38 %{__libtoolize}
39 %{__aclocal}
40 %{__autoheader}
41 %{__autoconf}
42 %{__automake}
43 %configure
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc AUTHORS ChangeLog README
59 %attr(755,root,root) %{_sbindir}/*
This page took 0.406896 seconds and 3 git commands to generate.