mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -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:
1
dev-embedded/bcm2-utils/Manifest
Normal file
1
dev-embedded/bcm2-utils/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST bcm2-utils-0.9.8.tar.gz 120559 BLAKE2B ae244bab2f3440a251d8453862d4431b3f6697f04584f93d4e737a3e9aaa0f3335cb2282957a998b740389779eedae319840a27d3c7663e4631275b7863cd0a2 SHA512 bc818a2233ff1d33b9bf36afb09d035512b565467384e6080ba405ebeabc33b7d22f537e8b88bf0d4db75bf2063f47a630bb5750cfea6dd7cf0a042ca49ac34a
|
||||||
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
|
||||||
|
}
|
||||||
11
dev-embedded/bcm2-utils/metadata.xml
Normal file
11
dev-embedded/bcm2-utils/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>eli.burch@burchbytes.com</email>
|
||||||
|
<name>Eli Burch</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">jclehner/bcm2-utils</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user