]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - iw/iw.nm
ff42e14538ca099386acd57aa0fe4d3cec634ba1
[people/amarx/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.0
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 =
22 sources = %{thisapp}.tar.bz2
23
24 build
25 requires
26 libnl-devel
27 pkg-config
28 end
29
30 install_cmds
31 mkdir -pv %{BUILDROOT}/sbin
32 mv -v %{BUILDROOT}/usr/sbin/iw %{BUILDROOT}/sbin/iw
33 end
34 end
35
36 packages
37 package %{name}
38 end
39 end