]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - iw/iw.nm
53d2b73e0bf99245838ec66abab5482106cf9450
[people/ms/ipfire-3.x.git] / iw / iw.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = iw
7 version = 3.10
8 release = 1
9
10 groups = System/Base
11 url = http://www.linuxwireless.org/en/users/Documentation/iw
12 license = BSD
13 summary = A nl80211 based wireless configuration tool.
14
15 description
16 iw is a new nl80211 based CLI configuration utility for wireless
17 devices. It supports almost all new drivers that have been added
18 to the kernel recently.
19 end
20
21 source_dl = https://www.kernel.org/pub/software/network/iw/
22 sources = %{thisapp}.tar.bz2
23
24 build
25 requires
26 libnl-devel
27 end
28 end
29
30 packages
31 package %{name}
32
33 package %{name}-debuginfo
34 template DEBUGINFO
35 end
36 end