]> git.pld-linux.org Git - packages/iw.git/blame - iw.spec
- release 2
[packages/iw.git] / iw.spec
CommitLineData
f0a9bdd1
JB
1Summary: iw - utility to show or manipulate wireless devices and their configuration
2Summary(pl.UTF-8): iw - narzędzie do wyświetlania i modyfikowania konfiguracji urządzeń bezprzewodowych
6da01a44 3Name: iw
f0a9bdd1 4Version: 0.9.21
2acb3dd0 5Release: 2
6da01a44
AM
6License: BSD
7Group: Networking/Admin
8Source0: http://wireless.kernel.org/download/iw/%{name}-%{version}.tar.bz2
f0a9bdd1 9# Source0-md5: 726db5f1fd6bc316434414770513ef81
6da01a44
AM
10URL: http://wireless.kernel.org/en/users/Documentation/iw
11BuildRequires: libnl-devel
220b3382 12BuildRequires: pkgconfig
6da01a44
AM
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%define _sbindir /sbin
16
17%description
18iw is a new nl80211 based CLI configuration utility for wireless
19devices.
20
f0a9bdd1
JB
21%description -l pl.UTF-8
22iw to nowe, oparte na sterowniku nl80211, działające z linii poleceń
23narzędzie do konfiguracji urządzeń bezprzewodowych.
24
6da01a44
AM
25%prep
26%setup -q
27
28%build
f0a9bdd1
JB
29CC="%{__cc}" \
30CFLAGS="%{rpmcflags} %{rpmcppflags}" \
6da01a44 31%{__make} \
f0a9bdd1 32 V=1
6da01a44
AM
33
34%install
35rm -rf $RPM_BUILD_ROOT
36install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
37
38install iw $RPM_BUILD_ROOT%{_sbindir}
39install iw.8 $RPM_BUILD_ROOT%{_mandir}/man8
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
f0a9bdd1
JB
46%doc COPYING README
47%attr(755,root,root) %{_sbindir}/iw
48%{_mandir}/man8/iw.8*
This page took 0.069397 seconds and 4 git commands to generate.