wimax-tools fix

This commit is contained in:
Zero_Chaos 2009-08-21 17:30:15 +00:00
parent 0e02916672
commit 482f9b0136
2 changed files with 7 additions and 2 deletions

View file

@ -1,2 +1,2 @@
DIST wimax-tools-1.4.2.tar.bz2 283674 RMD160 7dfd59f090dccb32f3f9ffb5546cfe4e72d108de SHA1 834221ef3739e3803c2c25de2ebf701f28cee897 SHA256 b1ffe56ad8ac4897011caf143b2ef33a9692fac71f1b03a6d83d459b19649330
EBUILD intel-wimax-tools-1.4.2.ebuild 497 RMD160 a7ac68fc000ed718f9e7dffa61d63ebfc20fcaed SHA1 4226e78c503758f6d53d4c894f3a4920ef4bbe9c SHA256 3de27380f6a6bea0409553656abe00e95a7f121223946f6cff356286f7b86a9c
EBUILD intel-wimax-tools-1.4.2.ebuild 598 RMD160 9330668cdca839a1dbed9d801c4b496d6ff17c93 SHA1 931f4e61d5015b8367f0b9fd57b00c694391698c SHA256 0f823d51e352a6f0125ef0bb59835d5b3d5afef757fc97b4d1b88cb9839816cd

View file

@ -1,7 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit linux-info
DESCRIPTION="Tools to use Intel's WiMax cards"
HOMEPAGE="http://www.linuxwimax.org"
SRC_URI="http://kernel.org/pub/linux/kernel/people/inaky/wimax-tools-${PV}.tar.bz2"
@ -13,6 +14,10 @@ IUSE=""
S=${WORKDIR}/wimax-tools-${PV}
src_configure() {
econf --with-i2400m="${KV_DIR}" || die "econf failed"
}
src_install() {
emake DESTDIR="${D}" install || die "Install failed"
dodoc README || die "Failed to find README"