]> git.pld-linux.org Git - packages/awesome-status.git/blob - awesome-status.spec
- added CFLAGS to ./configure
[packages/awesome-status.git] / awesome-status.spec
1 Summary:        awesome-status populates the awesome window manager's widgets
2 Summary(hu.UTF-8):      awesome-status az awesome ablakkezelő widget-jeit tölti meg információval
3 Name:           awesome-status
4 Version:        1.4
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Window Managers
8 Source0:        http://udvzsolt.extra.hu/e107_files/downloads/own_progs/%{name}-%{version}.tar.bz2
9 # Source0-md5:  57e9e64ee50c429fedb66d187f826c79
10 URL:            http://udvzsolt.extra.hu/
11 BuildRequires:  alsa-lib-devel
12 BuildRequires:  libconfuse-devel
13 BuildRequires:  sed >= 4.0
14 BuildRequires:  sqlite3-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %{expand:%%define       _sysconfdir     %{_sysconfdir}/X11}
18
19 %description
20 awesome-status populates the awesome window manager's widgets. It
21 features CPU usage, date/time, lm_sensors (CPU temperature, fan RPMs,
22 etc.), memory/swap information, mpd information, network
23 download/upload, sound card information (volume and outgoing level),
24 and uptime information. A skeleton, commented config file is included.
25 Awesome-status is compatible with awesome 2.x and 3.x too.
26
27 %description -l hu.UTF-8
28 Az awesome-status az awesome ablakkezelő widget-jeit tölti meg.
29 Lehetséges CPU használat, dátum/idő, lm_sensor (CPU hőmérséklet,
30 ventilátorok fordulatszáma, stb.), memória/swap, mpd információ,
31 hálózati le- és feltöltés, hangkártya és uptime információ. Egy váz
32 konfigurációs fájl a csomagban. Awesome-status kompatibilis az awesome
33 2.x és 3.x-szel is!
34
35 %prep
36 %setup -q
37 sed -i "s|doc/awesome-status/|doc/awesome-status-%{version}/|g" Makefile
38
39 %build
40 ./configure --prefix=$RPM_BUILD_ROOT%{_prefix} CFLAGS=%{rpmcflags}
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 %{__make} install
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %attr(755,root,root) %{_bindir}/%{name}
53 %{_docdir}/%{name}-%{version}/*
This page took 0.035736 seconds and 4 git commands to generate.