]> git.pld-linux.org Git - packages/XCounter.git/blob - XCounter.spec
- cosmetics in description
[packages/XCounter.git] / XCounter.spec
1 Summary:        XCounter is simple traffic monitoring program
2 Summary(pl):    XCounter jest prostym analizatorem ruchu w sieci
3 Name:           XCounter
4 Version:        1.0.6
5 Release:        1
6 License:        GPL v2
7 Group:          Networking
8 Source0:        http://freshmeat.net/redir/xcounter/11865/url_tgz/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-make.patch
10 URL:            http://freshmeat.net/redir/xcounter/11865/url_homepage/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 XCounter is simple monitoring program for Linux that displays
15 information about IP traffic on a selected interface.
16
17 %description -l pl
18 XCounter jest prostym analizatorem ruchu w sieci dla Linuksa. Pokazuje
19 obci±¿enie na wybranym interfejsie.
20
21 %prep
22 %setup -q
23 %patch0 -p1
24
25 %build
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_bindir}
31 %{__make} install \
32         BINDIR=$RPM_BUILD_ROOT%{_bindir}
33
34 gzip -9nf INSTALL ChangeLog README
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc *.gz
This page took 0.047855 seconds and 3 git commands to generate.