]> git.pld-linux.org Git - packages/conky.git/blob - conky.spec
41e2c43e165a96c08abb13bf09de09f1be83bffd
[packages/conky.git] / conky.spec
1 Summary:        A light-weight system monitor
2 Summary(pl):    Monitor systemu dla ¶rodowiska graficznego
3 Name:           conky
4 Version:        1.4.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/conky/%{name}-%{version}.tar.gz
9 # Source0-md5:  5f76349e16934f54f9ed7d3ab0721a2c
10 URL:            http://conky.sourceforge.net/
11 BuildRequires:  expat-devel
12 BuildRequires:  freetype-devel
13 BuildRequires:  xorg-lib-libXext-devel
14 BuildRequires:  xorg-lib-libXft-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Conky is a light-weight system monitor based on the torsmo code. Conky
19 can display arbitrary information (such as the date, CPU temperature
20 from i2c, MPD info, and anything else you desire) to the root window
21 in X11.
22
23 %description -l pl
24 Conky jest niewielkim monitorem systemu opartym na kodzie torsmo. Mo¿e
25 wy¶wietlaæ takie informacje, jak:
26 - data
27 - temperatura CPU
28 - ilo¶æ miejsca na dysku itp.
29
30 %prep
31 %setup -q
32
33 %build
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog README TODO doc/conkyrc.sample
49 %attr(755,root,root) %{_bindir}/*
50 %{_mandir}/man1/%{name}.1*
This page took 0.059518 seconds and 2 git commands to generate.