aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iw
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/iw')
-rw-r--r--recipes/iw/iw_0.9.18.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/iw/iw_0.9.18.bb b/recipes/iw/iw_0.9.18.bb
new file mode 100644
index 0000000000..9b4af15758
--- /dev/null
+++ b/recipes/iw/iw_0.9.18.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "nl80211 based CLI configuration utility for wireless devices"
+HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw"
+SECTION = "base"
+PRIORITY = "optional"
+LICENSE = "BSD"
+PR = "r0"
+
+DEPENDS = "libnl pkgconfig"
+
+SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2"
+
+do_compile() {
+ oe_runmake
+}
+
+do_install() {
+ oe_runmake DESTDIR=${D} install
+}