]> git.pld-linux.org Git - packages/gkrellm.git/blob - gkrellm.spec
- spec adapterized,
[packages/gkrellm.git] / gkrellm.spec
1 Summary:        Multiple stacked system monitors: 1 process
2 Name:           gkrellm
3 Version:        0.10.5
4 Release:        1
5 License:        GPL
6 Vendor:         Bill Wilson <billw@wt.net>
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(pl):      X11/Aplikacje
10 Source0:        http://web.wt.net/~billw/gkrellm/%{name}-%{version}.tar.gz
11 patch0:         %{name}-CFLAGS.patch
12 BuildRequires:  gtk+-devel >= 1.2
13 BuildRequires:  imlib-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17
18 %description
19 GKrellM charts SMP CPU, load, Disk, and all active net interfaces
20 automatically. An on/off button and online timer for the PPP interface
21 is provided. Includes meters for memory and swap usage, an uptime
22 monitor, a hostname label, and a clock/calendar. are provided.
23 Additional features are:
24
25   - Autoscaling grid lines with configurable grid line resolution.
26   - LED indicators for the net interfaces.
27   - A gui popup for configuration of chart sizes and resolutions.
28
29 %description -l pl
30 GKrellM automatycznie wyswietla wykresy aktywno¶ci SMP CPU,
31 obci±¿enia, dysku oraz aktywnych interfejsów sieciowych. Jest równie¿
32 przycisk wy³±cznika, czasomierz dla interfejsu PPP, mierniki
33 wykorzystania pamiêci oraz partycji wymiany, wy¶wietlacz czasy, który
34 up³yn±³ od w³±czenia maszyny, etykietê nazwy hosta oraz zegar i
35 kalendarz. Inne funkcje:
36
37  - Samoskaluj±ce sie linie siatki o konfigurowanej gêsto¶ci
38  - Wy¶wietlacze imitujace diody LED dla interfejsów sieciowych
39  - Narzêdzie gui do konfiguracji rozmiarów wykresów i rozdzielczo¶ci
40
41 %prep
42 %setup -q
43 %patch -p1
44
45 %build
46 %{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT/{%{_bindir},%{_includedir}/gkrellm}
51
52 %{__make} install \
53         INSTALLDIR=$RPM_BUILD_ROOT%{_bindir} \
54         INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir}
55
56 gzip -9nf Changelog README gkrellmrc \
57         Themes.html Changelog-plugins.html Changelog-themes.html
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc *.gz
65 %attr(755,root,root) %{_bindir}/gkrellm
66 %{_includedir}/*
This page took 0.036534 seconds and 3 git commands to generate.