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/vrrpd/vrrpd-1.0.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 net-misc/vrrpd/vrrpd-1.0.ebuild (limited to 'net-misc/vrrpd/vrrpd-1.0.ebuild') diff --git a/net-misc/vrrpd/vrrpd-1.0.ebuild b/net-misc/vrrpd/vrrpd-1.0.ebuild new file mode 100644 index 000000000000..fe78feecdfe2 --- /dev/null +++ b/net-misc/vrrpd/vrrpd-1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="Virtual Router Redundancy Protocol Daemon" +HOMEPAGE="http://www.sourceforge.net/projects/vrrpd" +SRC_URI="mirror://sourceforge/${PN}/${PN}/1.0/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="sys-devel/gcc" +RDEPEND="" + +src_compile() { + emake DBG_OPT="" MACHINEOPT="${CFLAGS}" PROF_OPT="${LDFLAGS}" +} + +src_install() { + dosbin vrrpd + doman vrrpd.8 + dodoc FAQ Changes TODO scott_example doc/draft-ietf-vrrp-spec-v2-05.txt doc/rfc2338.txt.vrrp doc/draft-jou-duplicate-ip-address-02.txt +} -- cgit v1.2.3