From ffa2af84261d4330b577373153bec96084065a02 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 7 Jan 2010 21:47:23 +0000 Subject: iw: New package: nl80211 based CLI configuration utility for wireless devices. --- recipes/iw/iw_0.9.18.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/iw/iw_0.9.18.bb 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 +} -- cgit v1.2.3