From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- net-misc/bgpq3/bgpq3-0.1.22.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 net-misc/bgpq3/bgpq3-0.1.22.ebuild (limited to 'net-misc/bgpq3/bgpq3-0.1.22.ebuild') diff --git a/net-misc/bgpq3/bgpq3-0.1.22.ebuild b/net-misc/bgpq3/bgpq3-0.1.22.ebuild new file mode 100644 index 000000000000..c2b0ceab0697 --- /dev/null +++ b/net-misc/bgpq3/bgpq3-0.1.22.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit eutils + +DESCRIPTION="Generate access-lists for Cisco/Juniper routers, successor of bgpq" +HOMEPAGE="http://snar.spb.ru/prog/bgpq3/" +SRC_URI="http://snar.spb.ru/prog/bgpq3/${P}.tgz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" + +src_prepare() { + # Respect CFLAGS + sed -i \ + -e '/^CFLAGS=/s/-g //' \ + -e '/^CFLAGS=/s/ -O0//' \ + Makefile.in || die 'sed on Makefile.in failed' + + epatch_user +} + +src_install() { + dobin bgpq3 + doman bgpq3.8 + dodoc CHANGES + dohtml *.html +} -- cgit v1.2.3