]> git.pld-linux.org Git - SPECS.git/blob - gkrellm-wireless.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gkrellm-wireless.spec
1 Summary:        Plugin monitoring the signal quality of your wireless networking card
2 Summary(pl.UTF-8):      Wtyczka monitorująca jakość sygnału karty bezprzewodowej
3 Name:           gkrellm-wireless
4 Version:        2.0.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://gkrellm.luon.net/files/gkrellmwireless-%{version}.tar.gz
9 # Source0-md5:  42ee66a43eb3da5af9f13d3d10d354f6
10 URL:            http://gkrellm.luon.net/gkrellmwireless.phtml
11 BuildRequires:  gkrellm-devel >= 2.0
12 BuildRequires:  gtk+2-devel >= 1:2.0.0
13 BuildRequires:  pkgconfig
14 Requires:       gkrellm >= 2.0
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This plugin monitors the signal quality of your wireless networking
19 card (if it's driver supports the Linux wireless extension API).
20
21 %description -l pl.UTF-8
22 Ta wtyczka umożliwia monitorowanie jakości sygnału karty
23 bezprzewodowej (jeśli jej sterownik obsługuje linuksowe rozszerzenie
24 API dla kart bezprzewodowych).
25
26 %prep
27 %setup -q -n gkrellmwireless
28
29 %build
30 %{__make} \
31         CC="%{__cc} \$(FLAGS)" \
32         FLAGS="%{rpmcflags} -Wall -fPIC \$(GTK_CFLAGS) \$(GKRELLM_INCLUDE)"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 install -D wireless.so $RPM_BUILD_ROOT%{_libdir}/gkrellm2/plugins/wireless.so
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README Changelog
45 %attr(755,root,root) %{_libdir}/gkrellm2/plugins/wireless.so
This page took 0.298203 seconds and 3 git commands to generate.