ipfire-3.x/iw/iw.nm

37 lines
932 B
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = iw
version = 5.0.1
release = 1
groups = System/Base
url = http://www.linuxwireless.org/en/users/Documentation/iw
license = BSD
summary = A nl80211 based wireless configuration tool.
description
iw is a new nl80211 based CLI configuration utility for wireless
devices. It supports almost all new drivers that have been added
to the kernel recently.
end
source_dl = https://www.kernel.org/pub/software/network/iw/
sources = %{thisapp}.tar.xz
build
requires
libnl-devel
end
end
packages
package %{name}
package %{name}-debuginfo
template DEBUGINFO
end
end