]> git.pld-linux.org Git - packages/iw.git/commitdiff
- new wireless configuration utility auto/th/iw-0_9_5-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 26 Oct 2008 07:09:32 +0000 (07:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iw.spec -> 1.1

iw.spec [new file with mode: 0644]

diff --git a/iw.spec b/iw.spec
new file mode 100644 (file)
index 0000000..eaa345f
--- /dev/null
+++ b/iw.spec
@@ -0,0 +1,41 @@
+Summary:       nl80211 based CLI
+Name:          iw
+Version:       0.9.5
+Release:       1
+License:       BSD
+Group:         Networking/Admin
+Source0:       http://wireless.kernel.org/download/iw/%{name}-%{version}.tar.bz2
+# Source0-md5: 65582a45f016f0e699f1816265a222d2
+URL:           http://wireless.kernel.org/en/users/Documentation/iw
+BuildRequires: libnl-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _sbindir        /sbin
+
+%description
+iw is a new nl80211 based CLI configuration utility for wireless
+devices.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       V=1 \
+       CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+
+install iw $RPM_BUILD_ROOT%{_sbindir}
+install iw.8 $RPM_BUILD_ROOT%{_mandir}/man8
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man8/*
This page took 0.035999 seconds and 4 git commands to generate.