SwordArMor-gentoo-overlay/net-analyzer/munin-pdns_recursor/munin-pdns_recursor-1.03.eb...

25 lines
542 B
Bash
Raw Normal View History

2020-02-19 20:00:53 +01:00
# Copyright 2020 Gentoo Authors
2019-03-02 13:38:40 +01:00
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A munin plugin to graph some usage and performance stats"
HOMEPAGE="https://www.tummy.com/blogs/2009/12/10/munin-plugins-for-powerdns-recursor/"
SRC_URI="http://ftp.tummy.com/pub/tummy/${PN}/${P}.tar.bz2"
2020-02-19 20:00:53 +01:00
LICENSE="public-domain"
2019-03-02 13:38:40 +01:00
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="net-analyzer/munin"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
dodoc CHANGELOG
exeinto /usr/libexec/munin/plugins
doexe pdns_rec_*
}