]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - iw/iw.nm
wireless-regdb: Drop package.
[people/ms/ipfire-3.x.git] / iw / iw.nm
CommitLineData
d3799bb3 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
d3799bb3
MT
4###############################################################################
5
802ea3af
MT
6name = iw
7version = 3.0
8release = 1
d3799bb3 9
802ea3af
MT
10groups = System/Base
11url = http://www.linuxwireless.org/en/users/Documentation/iw
12license = BSD
13summary = A nl80211 based wireless configuration tool.
d3799bb3 14
802ea3af 15description
d3799bb3 16 iw is a new nl80211 based CLI configuration utility for wireless \
7737398f
RM
17 devices. It supports almost all new drivers that have been added \
18 to the kernel recently.
802ea3af
MT
19end
20
21source_dl =
22sources = %{thisapp}.tar.bz2
23
24build
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
34end
35
36packages
37 package %{name}
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end