]> git.pld-linux.org Git - packages/gkrellm.git/blob - gkrellm.spec
809e79272b39ce30d59920158b2263d0932c1345
[packages/gkrellm.git] / gkrellm.spec
1 Summary:        Multiple stacked system monitors: 1 process
2 Name:           gkrellm
3 Version:        1.0.2
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 BuildRequires:  gtk+-devel >= 1.2
12 BuildRequires:  imlib-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/X11R6
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,
30 obci±¿enia, dysku oraz aktywnych interfejsów sieciowych. Jest równie¿
31 przycisk wy³±cznika, czasomierz dla interfejsu PPP, mierniki
32 wykorzystania pamiêci oraz partycji wymiany, wy¶wietlacz czasy, który
33 up³yn±³ od w³±czenia maszyny, etykietê nazwy hosta oraz zegar i
34 kalendarz. 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
42
43 %build
44 %{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT/{%{_bindir},%{_includedir}/gkrellm}
49
50 %{__make} install \
51         INSTALLDIR=$RPM_BUILD_ROOT%{_bindir} \
52         INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir}
53
54 gzip -9nf Changelog README Themes.html gkrellmrc
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc *.gz
62 %attr(755,root,root) %{_bindir}/gkrellm
63 %{_includedir}/*
This page took 0.073469 seconds and 2 git commands to generate.