]> git.pld-linux.org Git - packages/bwm.git/blob - bwm.spec
- release 2
[packages/bwm.git] / bwm.spec
1 Summary:        Bandwidth monitor - display bandwidth usage on all interfaces
2 Summary(pl.UTF-8):      Bandwidth monitor - wyświetlanie obciążenia na interfejsach
3 Name:           bwm
4 Version:        1.1.0
5 Release:        2
6 License:        GPL
7 Group:          Networking/Utilities
8 Source0:        http://ftp.debian.org/debian/pool/main/b/bwm/%{name}_%{version}.orig.tar.gz
9 # Source0-md5:  51021a036acb92d2bda0c0c0483f9552
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Bandwidth monitor is a very simple utility that allows the user to
14 view the bandwidth currently being consumed to and from each network
15 interface, the total bandwidth in use on each interface, and the total
16 bandwidth in use on all interfaces.
17
18 %description -l pl.UTF-8
19 Bandwidth monitor jest bardzo małym i prostym narzędziem pozwalającym
20 użytkownikowi obserwować bieżące użycie łącza. Pokazuje ruch na każdym
21 interfejsie z osobna oraz podsumowanie wszystkich interfejsów.
22
23 %prep
24 %setup -q -n %{name}-%{version}.orig
25
26 %build
27 %{__make} \
28         CFLAGS="%{rpmcflags} -Wall"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 install bwm $RPM_BUILD_ROOT%{_bindir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc changes.txt readme.txt
42 %attr(755,root,root) %{_bindir}/*
This page took 0.069645 seconds and 3 git commands to generate.