]> git.pld-linux.org Git - packages/xfce4-systemload-plugin.git/blame_incremental - xfce4-systemload-plugin.spec
- BR: intltool
[packages/xfce4-systemload-plugin.git] / xfce4-systemload-plugin.spec
... / ...
CommitLineData
1Summary: Xfce plugin which displays the current system load
2Summary(pl.UTF-8): Wtyczka Xfce wyświetlająca aktualne obciążenie systemu
3Name: xfce4-systemload-plugin
4Version: 0.4.2
5Release: 2
6License: BSD-like (see COPYING)
7Group: X11/Applications
8Source0: http://goodies.xfce.org/releases/xfce4-systemload-plugin/%{name}-%{version}.tar.bz2
9# Source0-md5: cc5777bb1621704927513eb8eef5f07c
10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: gettext-devel
14BuildRequires: intltool
15BuildRequires: libtool
16BuildRequires: pkgconfig
17BuildRequires: xfce4-dev-tools >= 4.4.0
18BuildRequires: xfce4-panel-devel >= 4.4.0
19Requires: xfce4-panel >= 4.4.0
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23A system load plugin for the Xfce desktop environment. It displays the
24current CPU load, the memory in use, the swap space and the system
25uptime in the Xfce panel.
26
27%description -l pl.UTF-8
28Wtyczka obciążenia systemu dla środowiska Xfce. Wyświetla obecne
29obciążenie procesora, użycie pamięci, pliku wymiany i czasu pracy
30systemu w panelu Xfce.
31
32%prep
33%setup -q
34
35%build
36%{__intltoolize}
37%{__libtoolize}
38%{__aclocal}
39%{__autoconf}
40%{__automake}
41%configure \
42 --disable-static
43%{__make}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51%find_lang %{name}
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files -f %{name}.lang
57%defattr(644,root,root,755)
58%doc AUTHORS ChangeLog COPYING README
59%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/%{name}
60%{_datadir}/xfce4/panel-plugins/systemload.desktop
This page took 0.059037 seconds and 4 git commands to generate.