]> git.pld-linux.org Git - packages/conky.git/blob - conky.spec
ddb345c1963cf6876ec3ee234c29e6f616dc5f54
[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:  XFree86-devel
12 #Buildrequires: xorg-lib-libXext-devel #br for modular xorg
13 BuildRequires:  expat-devel
14 BuildRequires:  freetype-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 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog README TODO
48 %attr(755,root,root) %{_bindir}/*
49 %{_mandir}/man1/%{name}.1*
This page took 0.054058 seconds and 2 git commands to generate.