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