sys-libs/brcmocmcorelibs: new package, add 12.0.1354.0

This commit is contained in:
Alarig Le Lay 2023-08-07 21:52:40 +02:00
parent 59ff176869
commit 4457d1c56e
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST brcmocmcorelibs-12.0.1354.0-1.x86_64.rpm 361176 BLAKE2B e6ad56fdec44e9c9c6551c713512c5f8dfa7ebf194fe2939a4b82e4082b4f4f7bda6ac3dbc328b8f13ea0db0a60e5bab89ef5cbe22e729b40c8f7a4687039d9e SHA512 e1be8201099f60b868d1f5d7c95ecaba07795e86adb01e308872dff1db0294026b5de7b319e6ea1a22cb53269c0837ae44324c7d1bec030faffd7cd652123a0b

View File

@ -0,0 +1,24 @@
# 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() {
cp -a "${S}/"* "${D}/" || die "Install failed!"
}