]> git.pld-linux.org Git - packages/squidview.git/blob - squidview.spec
fb595ffa1405dff4d0825a3022d3d62099045d71
[packages/squidview.git] / squidview.spec
1 Summary:        A console program to nicely view squid's log
2 Summary(pl):    Konsolowy program pozwalaj±cy ogl±daæ logi squida
3 Name:           squidview
4 Version:        0.30
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://www.rillion.net/squidview/%{name}-%{version}.tar.gz
9 URL:            http://www.rillion.net/squidview/
10 BuildRequires:  ncurses-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Squidview is an interactive console program which monitors squid logs
15 and displays them in a nice fashion. It has searching and reporting
16 functions, giving information like per user bandwidth and cache hits.
17
18 %description -l pl
19 Squidview jest interaktywnym konsolowym programem, który monitoruje
20 logi squida i wy¶wietla je w przyjemny sposób. Ma funkcje szukania i
21 raportowania, daj±c informacje takie jak przepustowo¶æ na u¿ytkownika
22 i trafienia cache-a.
23
24 %prep
25 %setup -q
26
27 %build
28 %{__make} CXXFLAGS="-I%{_includedir}/ncurses"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install DESTDIR=$RPM_BUILD_ROOT PREFIX="%{_prefix}"
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README users words
41 %attr(754,root,root) %{_bindir}/*
This page took 0.06131 seconds and 2 git commands to generate.