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/arcconf/arcconf-2.06.23168.ebuild

43 lines
958 B

# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_PV="v${PV//./_}"
inherit linux-info
DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
HOMEPAGE="https://www.microsemi.com/"
SRC_URI="https://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}_h.zip"
KEYWORDS="-* ~amd64"
LICENSE="Microsemi"
SLOT="0"
DEPEND="app-arch/unzip"
RESTRICT="fetch mirror bindist"
S="${WORKDIR}/linux_x64"
QA_PREBUILT="usr/bin/arcconf"
pkg_nofetch() {
elog "Please download ${A} from"
elog "https://storage.microsemi.com/en-us/speed/raid/storage_manager/${PN}_${MY_PV}_h_zip.php"
elog "and place it in your DISTDIR directory."
}
pkg_setup() {
# CONFIG_HARDENED_USERCOPY_PAGESPAN makes ARCCONF segault
if linux-info_get_any_version && linux_config_src_exists ; then
CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN"
check_extra_config
fi
}
src_install() {
dobin cmdline/arcconf
}