net-misc/bgpdump: New package

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2021-04-27 21:53:23 +02:00
parent 4c61e7947b
commit 8ee9921bfe
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST bgpdump-1.6.2.tar.gz 51081296 BLAKE2B bb952b8b5e1d72bb7ae2ce81e729c2e4236c34ff812fe430df866b60658014dbf6eee7a7515628dd4ce8c8337a67b2fa1a668030a05b9913159253f708b1117e SHA512 51b40ac2aef6ea123b1bb0327b0b559e6785b96224a60d2f27e2620b90ac30496d709158277d4b4418dce4f087316ecb24b6b1f86dac82541a9367a942023abd

View File

@ -0,0 +1,26 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION=" Utility and C Library for parsing MRT files"
HOMEPAGE="https://github.com/RIPE-NCC/bgpdump"
SRC_URI="https://github.com/RIPE-NCC/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
app-arch/bzip2
sys-libs/zlib
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
default
eautoreconf
}

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Alarig Le Lay</name>
<email>alarig@swordarmor.fr</email>
</maintainer>
</pkgmetadata>