sg3-utils: add newer buildable version
[openembedded.git] / recipes / iw / iw_0.9.18.bb
1 DESCRIPTION = "nl80211 based CLI configuration utility for wireless devices"
2 HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw"
3 SECTION = "base"
4 PRIORITY = "optional"
5 LICENSE = "BSD"
6 PR = "r0"
7
8 DEPENDS = "libnl pkgconfig"
9
10 SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2"
11
12 do_compile() {
13         oe_runmake
14 }
15
16 do_install() {
17         oe_runmake DESTDIR=${D} install
18 }