You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-block/hpssacli/hpssacli-5.30.6.0.ebuild

40 lines
953 B

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit rpm
MY_PV=$(ver_rs 2 '-')
DESCRIPTION="HPE Smart Storage Administrator (HPE SSA) CLI (HPSSACLI, formerly HPACUCLI)"
HOMEPAGE="https://support.hpe.com/connect/s/softwaredetails?softwareId=MTX_1b5853f050a24da4be479f680e"
SRC_URI="https://downloads.hpe.com/pub/softlib2/software1/pubsw-linux/p1736097809/v205349/ssacli-${MY_PV}.x86_64.rpm"
LICENSE="hp-proliant-essentials"
SLOT="0"
KEYWORDS="-* amd64"
S="${WORKDIR}"
RDEPEND="sys-libs/glibc"
QA_FLAGS_IGNORED="
usr/sbin/ssacli
usr/sbin/ssascripting
usr/sbin/rmstr
"
src_install() {
local -r ssacli_bindir="opt/smartstorageadmin/ssacli/bin"
dosbin "${ssacli_bindir}"/ssacli
dosbin "${ssacli_bindir}"/ssascripting
dosbin "${ssacli_bindir}"/rmstr
dodoc "${ssacli_bindir}/ssacli-${MY_PV}.x86_64.txt"
gunzip usr/man/man8/ssacli.8.gz || die
doman usr/man/man8/ssacli.8
}