sys-block/lsiutil - 1.62 (gentoo)

Search

Install

Install this version:

emerge -a =sys-block/lsiutil-1.62

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-block/lsiutil-1.62

Or alternatively:

emerge --autounmask-write -a =sys-block/lsiutil-1.62

Package Information

Description:
LSI Logic Fusion MPT Command Line Interface management tool
Homepage:
https://www.broadcom.com/
License:
LSI

Ebuild Details

Version EAPI Keywords Slot
1.62 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="LSI Logic Fusion MPT Command Line Interface management tool"
HOMEPAGE="https://www.broadcom.com/"
SRC_URI="https://docs.broadcom.com/docs-and-downloads/legacy-host-bus-adapters/legacy-host-bus-adapters-common-files/LSIUtil_${PV/./-}.zip"

# This package can never enter stable, it can't be mirrored and upstream
# can remove the distfiles from their mirror anytime.
LICENSE="LSI"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="mirror bindist"

BDEPEND="app-arch/unzip"

QA_PREBUILT="*"

S="${WORKDIR}"

src_install() {
	exeinto /opt/bin
	use amd64 && newexe Linux/lsiutil.x86_64 lsiutil
	use x86 && doexe Linux/lsiutil

	dodoc changes.txt
}

Dependencies

BDEPEND

app-arch/unzip

Manifest for 1.62

Type File Size Source URLs
DIST LSIUtil_1-62.zip 2344606 bytes https://docs.broadcom.com/docs-and-downloads/legacy-host-bus-adapters/legacy-host-bus-adapters-common-files/LSIUtil_1-62.zip