sys-libs/hbaapiwrapper: new package, add 12.0.1354.0

This commit is contained in:
Alarig Le Lay 2023-08-07 22:04:58 +02:00
parent 2920684cd1
commit 712396a1b9
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST hbaapiwrapper-12.0.1354.0-1.x86_64.rpm 14924 BLAKE2B 5e7bfb91afe592ca91db22e0967666f57b9fad4e4e547c380b9a7c4b3fb9d070704e6e0b2c5278428416f110ce71aaa67036144156565907a1e31e683adfaef2 SHA512 0c1ef2ee6d8a1f7e6d22e26f87e03c89ee58944e85f299bc9b1d02ff31658c85d6d6ddb83b54192aa548e78e52d32a915dc3b823a536d1089237223bb2ec73b9

View File

@ -0,0 +1,25 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit rpm
DESCRIPTION="Libs for sys-apps/brcmocmcore"
HOMEPAGE="https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX-e9ee92fe1202416da05b56b08c"
SRC_URI="https://herbizarre.swordarmor.fr/garbage/${P}-1.x86_64.rpm"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}"
src_install() {
rm -r "${S}/usr/lib/.build-id" || die "rm of /usr/lib/.build-id failed"
cp -a "${S}/"* "${D}/" || die "Install failed!"
}