sys-block/mpt-status - 1.2.0-r2 (gentoo)

Search

Package Information

Description:
Query tool to access the running configuration and status of LSI SCSI HBAs
Homepage:
https://wiki.gentoo.org/wiki/No_homepage
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.2.0-r2 8 amd64 ~ppc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Query tool to access the running configuration and status of LSI SCSI HBAs"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="
	mirror://gentoo/${P}.tar.bz2
	mirror://gentoo/${PN}-1.2.0-linux-sources.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"

src_prepare() {
	eapply "${FILESDIR}"/${PN}-1.2.0-gentoo.patch
	eapply_user

	sed -i -e 's,\(^.*linux/compiler\.h.*$\),,' mpt-status.h || die
	sed -i -e '/KERNEL_PATH/d' Makefile || die

	cd "${WORKDIR}" || die
	eapply "${FILESDIR}"/${PN}-1.2.0-stdint.patch
}

src_compile() {
	emake CC="$(tc-getCC)"
}

src_install() {
	default
	dodoc doc/{AUTHORS,Changelog,DeveloperNotes,FAQ,README,ReleaseNotes,THANKS,TODO}
}

Manifest for 1.2.0-r2

Type File Size Source URLs
DIST mpt-status-1.2.0-linux-sources.tar.bz2 33155 bytes mirror://gentoo/mpt-status-1.2.0-linux-sources.tar.bz2