]> git.pld-linux.org Git - packages/XCounter.git/blob - XCounter.spec
- fix URL and Source
[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:          Applications/Networking
8 Source0:        http://isp.od.ua/~rsi/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-make.patch
10 URL:            http://members.fortunecity.com/mrsi/
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
31 install -d $RPM_BUILD_ROOT%{_bindir}
32
33 %{__make} install \
34         BINDIR=$RPM_BUILD_ROOT%{_bindir}
35
36 gzip -9nf INSTALL ChangeLog README
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc *.gz
44 %attr(755,root,root) %{_bindir}/*
This page took 0.074072 seconds and 4 git commands to generate.