mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
intel-wimax-binary-supplicant: old, unmaintained, drop
This commit is contained in:
parent
f9fc38de8d
commit
c0ed72a55a
4 changed files with 0 additions and 43 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST Intel-WiMAX-Binary-Supplicant-1.4.0.tar.bz2 237353 SHA256 e5eb91f8d07a6687c9a68126035caf4c73ea326fc4b48ab7fbbd8357d981f1ac
|
||||
|
|
@ -1 +0,0 @@
|
|||
LD_LIBRARY_MASK=libwpa_wimax_supplicant.so.0
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
diff -Naur Intel-WiMAX-Binary-Supplicant-1.4.0/install_supplicant.sh Intel-WiMAX-Binary-Supplicant-1.4.0-nonlocal/install_supplicant.sh
|
||||
--- Intel-WiMAX-Binary-Supplicant-1.4.0/install_supplicant.sh 2009-01-28 19:03:57.000000000 -0500
|
||||
+++ Intel-WiMAX-Binary-Supplicant-1.4.0-nonlocal/install_supplicant.sh 2009-08-20 14:05:02.000000000 -0400
|
||||
@@ -39,7 +39,7 @@
|
||||
target=
|
||||
|
||||
DESTDIR=${DESTDIR:-}
|
||||
-lib_dir=$DESTDIR/usr/local/lib/$project_name
|
||||
+lib_dir=$DESTDIR/usr/lib/$project_name
|
||||
|
||||
create_dir()
|
||||
{
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit eutils
|
||||
|
||||
MY_P=Intel-WiMAX-Binary-Supplicant-${PV}
|
||||
DESCRIPTION="Authentication information for WiMax Networks"
|
||||
HOMEPAGE="http://www.linuxwimax.org/"
|
||||
SRC_URI="http://www.linuxwimax.org/Download?action=AttachFile&do=get&target=${MY_P}.tar.bz2 -> ${MY_P}.tar.bz2"
|
||||
LICENSE="IFDBL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/install-to-usr-lib.patch
|
||||
}
|
||||
|
||||
src_install() {
|
||||
DESTDIR=${D} ./install_supplicant.sh install || dir "install_supplicant.sh failed"
|
||||
dodoc README || die "Failed to find README"
|
||||
insinto /etc/revdep-rebuild
|
||||
doins "${FILESDIR}"/50-intel-wimax-binary-supplicant || die "failed to install revdep-rebuild fix"
|
||||
}
|
||||
Loading…
Reference in a new issue