mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-embedded/bcm2-utils: new package, add 0.9.8
Signed-off-by: Eli Burch <eli.burch@burchbytes.com>
This commit is contained in:
25
dev-embedded/bcm2-utils/bcm2-utils-0.9.8.ebuild
Normal file
25
dev-embedded/bcm2-utils/bcm2-utils-0.9.8.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Utilities for Broadcom-based cable modems"
|
||||
HOMEPAGE="https://github.com/jclehner/bcm2-utils"
|
||||
SRC_URI="https://github.com/jclehner/bcm2-utils/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="dev-libs/boost"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
default
|
||||
sed -i 's@shell git describe --always@shell git describe --always 2>/dev/null@' "Makefile" || die
|
||||
}
|
||||
|
||||
src_install(){
|
||||
mkdir -p "${D}/usr/bin" || die
|
||||
emake PREFIX="${D}/usr" install
|
||||
}
|
||||
Reference in New Issue
Block a user