mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
intel-wimax-tools: old, unmaintained, dead, removed
This commit is contained in:
parent
c0f4b900f4
commit
462159520e
3 changed files with 0 additions and 72 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST wimax-tools-1.4.2.1.tar.bz2 285523 SHA256 499a0879b51a9f021367365795746aa6a8c9c7009ad400f4fe850094883623e3
|
||||
DIST wimax-tools-1.4.2.tar.bz2 283674 SHA256 b1ffe56ad8ac4897011caf143b2ef33a9692fac71f1b03a6d83d459b19649330
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
# 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"
|
||||
}
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
# 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"
|
||||
}
|
||||
Loading…
Reference in a new issue