mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-24 15:51:03 +02:00
grr
This commit is contained in:
parent
fac3f47ba1
commit
f5fa266142
2 changed files with 8 additions and 4 deletions
|
|
@ -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 632 RMD160 ba777ef7618b78dcb690fe1a797679bff0b234d3 SHA1 52bd2da46942fa61415ab91c5b34644490cb8c4c SHA256 43d220ff9c4fa87bf024779ebb286344460c897522ff10b0b86c9492a45d25a5
|
||||
EBUILD intel-wimax-tools-1.4.2.ebuild 620 RMD160 f45563ab64d882437a3e22a0066996623ad7d85e SHA1 ce304537c0629c1cb2fcd26ce683396976de973a SHA256 f9a98a611f9c54b9eb8dcae401bcb2c29f7e92a2259ce4fae1c4e72c1b4c29d7
|
||||
|
|
|
|||
|
|
@ -1,21 +1,25 @@
|
|||
# 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/wimax-tools-${PV}.tar.bz2"
|
||||
SRC_URI="http://kernel.org/pub/linux/kernel/people/inaky/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
S=${WORKDIR}/wimax-tools-${PV}
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_configure() {
|
||||
econf --with-i2400m="${KV_DIR}" || die "econf failed"
|
||||
econf --with-i2400m="${KV_DIR}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue