From 5d65d52a7227128a8524fe1c9c0cf5ba5b10c2d1 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Sat, 15 Feb 2014 23:41:37 +0200 Subject: Addeed the wi-fi modules --- .../intel-wimax-tools-1.4.2.1.ebuild | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 net-wireless/intel-wimax-tools/intel-wimax-tools-1.4.2.1.ebuild (limited to 'net-wireless/intel-wimax-tools/intel-wimax-tools-1.4.2.1.ebuild') diff --git a/net-wireless/intel-wimax-tools/intel-wimax-tools-1.4.2.1.ebuild b/net-wireless/intel-wimax-tools/intel-wimax-tools-1.4.2.1.ebuild new file mode 100644 index 00000000..b19fe5bd --- /dev/null +++ b/net-wireless/intel-wimax-tools/intel-wimax-tools-1.4.2.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +inherit linux-info + +MY_P="wimax-tools-${PV}" +DESCRIPTION="Tools to use Intel's WiMax cards" +HOMEPAGE="http://www.linuxwimax.org" +SRC_URI="http://kernel.org/pub/linux/kernel/people/inaky/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=sys-kernel/linux-headers-2.6.29" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +src_configure() { + econf +} + +src_compile() { + emake -j1 || die "Compile failed" +} + +src_install() { + einstall || die "Install failed" + dodoc README || die "Failed to find README" +} -- cgit v1.2.3