SwordArMor-gentoo-overlay/net-misc/bgpq4/bgpq4-0.0.7.ebuild
Alarig Le Lay e29b552d28
net-misc/bgpq4: New upstream version 0.0.7
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2021-04-28 09:10:25 +02:00

33 lines
486 B
Bash

# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="bgp filtering automation tool"
HOMEPAGE="https://github.com/bgp/bgpq4"
SRC_URI="https://github.com/bgp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
default
./bootstrap
eautoreconf
}
src_compile() {
default
emake dist
}