dev-embedded/mv88e6xxx-dump: Add mv88e6xxx-dump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach
2021-03-28 11:54:28 +02:00
parent 21709a1488
commit 426b899be1
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST mv88e6xxx-dump-0.2.0_pre20210327.tar.gz 33322 BLAKE2B 0cdcad23bc2cbfca0f3f9d83653fdf3fe7af4248af2f079d06d3e568e86e24eb1023d4cede2118fc7eb00dea916ad4d11f638e651817182a9f4f6f2200ac330b SHA512 aca3dd3189334f4b9930d494efede0ab462de10a409511963fc51a978272061ac9617893577b1df4da92012fe136f04c08d738e92a4f5910b4bf0d19b44b579f

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>kurt@kmk-computers.de</email>
<name>Kurt Kanzenbach</name>
</maintainer>
<longdescription lang="en">
Dump information about Marvell mv88e6xxx Ethernet switches.
</longdescription>
<upstream>
<remote-id type="github">lunn/mv88e6xxx_dump</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools libtool
MY_COMMIT="25fa4d07d7a5551fee6d8d7ad128cdffd50532c8"
DESCRIPTION="Dump information about Marvell mv88e6xxx Ethernet switches"
HOMEPAGE="https://github.com/lunn/mv88e6xxx_dump"
SRC_URI="https://github.com/lunn/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="virtual/pkgconfig"
DEPEND="net-libs/libmnl:="
S="${WORKDIR}/mv88e6xxx_dump-${MY_COMMIT}"
src_prepare() {
default
eautoreconf
}