]> git.pld-linux.org Git - packages/xfce4-netload-plugin.git/blame - xfce4-netload-plugin.spec
- converted to UTF-8
[packages/xfce4-netload-plugin.git] / xfce4-netload-plugin.spec
CommitLineData
805ea5cb 1Summary: A netload plugin for the Xfce panel
a135dfe3 2Summary(pl.UTF-8): Wtyczka obciążanie sieci dla panelu Xfce
004515c0 3Name: xfce4-netload-plugin
555345c8 4Version: 0.4.0
62c2c3f7 5Release: 1
004515c0
MC
6License: GPL
7Group: X11/Applications
87504881 8Source0: http://goodies.xfce.org/releases/xfce4-netload-plugin/%{name}-%{version}.tar.bz2
555345c8 9# Source0-md5: a15ee479089ba7703c5dde33ff439573
87504881 10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
62c2c3f7
KK
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: gettext-devel
555345c8 14BuildRequires: intltool
62c2c3f7 15BuildRequires: libtool
004515c0 16BuildRequires: pkgconfig
555345c8
MB
17BuildRequires: xfce4-dev-tools >= 4.4.0
18BuildRequires: xfce4-panel-devel >= 4.4.0
19Requires: xfce4-panel >= 4.4.0
004515c0
MC
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
855faf2f
JB
23This plugin displays the current load of the network interfaces of
24your choice in the panel.
004515c0 25
a135dfe3
JR
26%description -l pl.UTF-8
27Wtyczka ta wyświetla aktualne obciążenie wybranych interfejsów
855faf2f 28sieciowych na panelu.
004515c0
MC
29
30%prep
31%setup -q
32
33%build
555345c8 34%{__intltoolize}
62c2c3f7 35%{__libtoolize}
555345c8
MB
36%{__aclocal}
37%{__autoconf}
62c2c3f7
KK
38%{__autoheader}
39%{__automake}
63b88c0a
JB
40%configure \
41 --disable-static
42
004515c0
MC
43%{__make}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
555345c8 51%find_lang %{name}
004515c0
MC
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
555345c8 56%files -f %{name}.lang
004515c0
MC
57%defattr(644,root,root,755)
58%doc AUTHORS ChangeLog README
555345c8
MB
59%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-netload-plugin
60%{_datadir}/xfce4/panel-plugins/netload.desktop
This page took 0.08778 seconds and 4 git commands to generate.