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