]> git.pld-linux.org Git - packages/wmfire.git/blob - wmfire.spec
- rel 5
[packages/wmfire.git] / wmfire.spec
1 Summary:        Program that displays CPU load as fire in a small icon
2 Summary(pl):    Aplet pokazuj±cy obci±¿enie CPU w ma³ym okienku
3 Name:           wmfire
4 Version:        1.2.2
5 Release:        5
6 License:        GPL
7 Group:          X11/Window Managers/Tools
8 Source0:        http://www.swanson.ukfsn.org/wmfire/%{name}-%{version}.tar.gz
9 # Source0-md5:  43eaca423b965c6093f4f22651e24d1d
10 Source1:        %{name}.desktop
11 URL:            http://www.swanson.ukfsn.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtk+2-devel
15 BuildRequires:  libgtop-devel
16 BuildRequires:  xorg-lib-libX11-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19
20 %description
21 wmfire is an eye-candy dock applet for Window Maker that displays
22 generated fire, possibly according to how much load the system is
23 experiencing, or from a number somewhere in a file. wmfire requires
24 very little CPU. It has options for cyanish or orange/red flames, you
25 can even set it to display your motherboard temperature through
26 lm_sensors.
27
28 %description -l pl
29 wmfire jest apletem dla Window Makera pokazuj±cym wygenerowany ogieñ w
30 zale¿no¶ci od stopnia obci±¿enia systemu lub liczby w jakim¶ pliku.
31 Nieznacznie obci±¿a procesor, wy¶wietla niebieskie, pomarañczowe lub
32 czerwone p³omienie, mo¿e wy¶wietlaæ tak¿e temperaturê p³yty g³ównej
33 poprzez lm_sensors.
34
35 %prep
36 %setup -q
37
38 %build
39 rm -f missing
40 %{__aclocal}
41 %{__autoconf}
42 %{__automake}
43 %configure
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT%{_desktopdir}/docklets
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/docklets
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc AUTHORS README ChangeLog NEWS
60 %attr(755,root,root) %{_bindir}/*
61 %{_desktopdir}/docklets/*
62 %{_mandir}/man1/*
This page took 0.059064 seconds and 3 git commands to generate.