# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Command-line utility for wireless devices using nl80211" HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/iw" SRC_URI="http://wireless.kernel.org/download/${PN}/${P}.tar.bz2" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="=dev-libs/libnl-1*" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.22" src_unpack() { unpack ${A} sed -i -e '/^CFLAGS/s/-O2 -g//' "${S}"/Makefile || die } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }