# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-wireless/wimax-tools/wimax-tools-1.4.5.ebuild,v 1.3 2011/10/27 03:45:25 tetromino Exp $ EAPI=4 inherit linux-info base DESCRIPTION="Tools to use Intel's WiMax cards" HOMEPAGE="http://www.linuxwimax.org" SRC_URI="http://linuxwimax.org/Download?action=AttachFile&do=get&target=${P}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=sys-kernel/linux-headers-2.6.34 >=dev-libs/libnl-1.0:1.1" RDEPEND="" src_configure() { econf \ --disable-static } src_install() { default find "${ED}" -name '*.la' -exec rm -f {} + }