]> git.pld-linux.org Git - packages/nload.git/blob - nload.spec
f06134cdc6f1b1c8088517a402cbbe867d995cbd
[packages/nload.git] / nload.spec
1 Summary:        A console application which monitors network traffic and bandwidth usage in real time
2 Summary(pl):    Konsolowa aplikacja monitoruj±ca ruch w sieci w czasie rzeczywistym
3 Name:           nload
4 Version:        0.3.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Group(de):      Applikationen/Netzwerkwesen
9 Group(pl):      Aplikacje/Sieciowe
10 Source0:        http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
11 URL:            http://www.roland-riegel.de/nload/index_en.html
12 BuildRequires:  libstdc++-devel
13 BuildRequires:  ncurses-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 nload is a console application which monitors network traffic and
18 bandwidth usage in real time. It visualizes the in- and outgoing
19 traffic using two graphs and provides additionally info like total
20 amount of transfered data and min/max network usage.
21
22 %description -l pl
23 nload jest konsolow± aplikacj± monitoruj±c± w czasie rzeczywistym ruch
24 pakietów i obci±¿enie sieci. Obrazuje ruch z i do za pomoc± dwóch
25 wykresów i udostêpnia dodatkowe informacje takie jak ca³kowita ilo¶æ
26 przes³anych danych oraz minimalne/maksymalne wykorzystanie pasma.
27
28 %prep
29 %setup -q
30
31 %build
32 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -I%{_includedir}/ncurses"
33 %configure
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install DESTDIR=$RPM_BUILD_ROOT
41
42 gzip -9nf README ChangeLog AUTHORS
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc *.gz
50 %attr(755,root,root) %{_bindir}/*
51 %{_mandir}/man1/*
This page took 0.030548 seconds and 3 git commands to generate.