]> git.pld-linux.org Git - packages/XCounter.git/blob - XCounter.spec
- mv xcounter.spec XCounter.spec to reflect Name
[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 # Source0-md5:  ad50093d6e588335bee5660716abc92f
10 Patch0:         %{name}-make.patch
11 URL:            http://members.fortunecity.com/mrsi/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 XCounter is simple monitoring program for Linux that displays
16 information about IP traffic on a selected interface.
17
18 %description -l pl
19 XCounter jest prostym analizatorem ruchu w sieci dla Linuksa. Pokazuje
20 obci±¿enie na wybranym interfejsie.
21
22 %prep
23 %setup -q
24 %patch0 -p1
25
26 %build
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_bindir}
32
33 %{__make} install \
34         BINDIR=$RPM_BUILD_ROOT%{_bindir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc INSTALL ChangeLog README
42 %attr(755,root,root) %{_bindir}/*
This page took 0.060853 seconds and 4 git commands to generate.