]> git.pld-linux.org Git - SPECS.git/blob - knetstats.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / knetstats.spec
1 Summary:        KNetStats - network monitor that show RX/TX LEDs
2 Summary(pl.UTF-8):      KNetStats - monitor sieci pokazujący diody RX/TX
3 Name:           knetstats
4 Version:        1.6.1
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/knetstats/%{name}-%{version}.tar.bz2
9 # Source0-md5:  219f1a94170386621802355b33989ec9
10 URL:            http://knetstats.sourceforge.net/
11 BuildRequires:  automake
12 BuildRequires:  kdelibs-devel >= 3.0.3
13 BuildRequires:  rpmbuild(macros) >= 1.129
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 A simple KDE network monitor that show RX/TX LEDs or numeric
18 information about the transfer rate of any network interface in a
19 system tray icon that's part of kde-extragear package.
20
21 Features:
22 - See network activity, transfer rate, speed chart, IP address, MAC
23   address, etc. of any network interface (including local loopback).
24 - Support multiple network interfaces.
25 - See simple statistics (packets and bytes received and transmitted).
26 - Configurable Update Interval, View mode, Icon themes, etc.
27 - GPL'ed, you can use and modify for free (Following GPL conditions)
28 - Carrier on/off detection.
29
30 %description -l pl.UTF-8
31 Prosty monitor sieci dla KDE pokazujący w zasobniku systemowym diody
32 RX/TX lub informacje liczbowe o szybkości przesyłania danych przez
33 dowolny interfejs sieciowy. Jest to część pakietu kde-extragear.
34
35 Możliwości:
36 - pokazywanie aktywności sieci, szybkości przesyłania danych, wykresu
37   szybkości, adresu IP, adresu MAC itp. dowolnego interfejsu
38   sieciowego (włącznie z loopbackiem)
39 - obsługa wielu interfejsów sieciowych
40 - proste statystyki (pakiety i bajty odebrane i wysłane)
41 - konfigurowana częstotliwość uaktualniania, tryb przeglądania, motywy
42   ikon itp.
43 - licencja GPL pozwalająca używać i modyfikować program bezpłatnie (na
44   warunkach GPL)
45 - wykrywanie obecności nośnej
46
47 %prep
48 %setup -q
49
50 %build
51 cp -f /usr/share/automake/config.sub admin
52 kde_htmldir="%{_kdedocdir}"; export kde_htmldir
53 %configure \
54         --with-qt-libraries=%{_libdir}
55
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %find_lang %{name}
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files -f %{name}.lang
70 %defattr(644,root,root,755)
71 %doc README
72 %attr(755,root,root) %{_bindir}/*
73 %{_iconsdir}/hicolor/*/*/*.png
74 %{_desktopdir}/kde/*.desktop
75 %{_datadir}/apps/%{name}
This page took 0.388953 seconds and 3 git commands to generate.