From: Stanislav Brabec Date: Thu, 7 Jan 2010 21:47:23 +0000 (+0000) Subject: iw: New package: nl80211 based CLI configuration utility for wireless devices. X-Git-Tag: Release-2010-05/1~939 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffa2af84261d4330b577373153bec96084065a02;p=openembedded.git iw: New package: nl80211 based CLI configuration utility for wireless devices. --- 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 +}