iw: New package: nl80211 based CLI configuration utility for wireless devices.
authorStanislav Brabec <utx@penguin.cz>
Thu, 7 Jan 2010 21:47:23 +0000 (21:47 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Thu, 7 Jan 2010 21:47:23 +0000 (21:47 +0000)
recipes/iw/iw_0.9.18.bb [new file with mode: 0644]

diff --git a/recipes/iw/iw_0.9.18.bb b/recipes/iw/iw_0.9.18.bb
new file mode 100644 (file)
index 0000000..9b4af15
--- /dev/null
@@ -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
+}