You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/mrtg/mrtg-2.17.4-r1.ebuild

39 lines
899 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mrtg/mrtg-2.17.4-r1.ebuild,v 1.10 2014/08/13 09:28:10 ago Exp $
EAPI=5
inherit eutils
DESCRIPTION="A tool to monitor the traffic load on network-links"
HOMEPAGE="http://oss.oetiker.ch/mrtg/"
SRC_URI="http://oss.oetiker.ch/mrtg/pub/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 sparc x86"
DEPEND="
>=dev-perl/SNMP_Session-1.13-r2
>=dev-perl/Socket6-0.23
dev-lang/perl
media-libs/gd[png]
"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${P}-socket6.patch
rm ./lib/mrtg2/{SNMP_{Session,util},BER}.pm || die
}
src_install () {
keepdir /var/lib/mrtg
default
mv "${ED}"/usr/share/doc/{mrtg2,${PF}} || die
newinitd "${FILESDIR}/mrtg.rc" ${PN}
newconfd "${FILESDIR}/mrtg.confd" ${PN}
}