net-mail/qmrtg - 2.1 (gentoo)

Search

Install

Install this version:

emerge -a =net-mail/qmrtg-2.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-mail/qmrtg-2.1

Or alternatively:

emerge --autounmask-write -a =net-mail/qmrtg-2.1

Package Information

Description:
A tool to analyze qmail activity with the goal to graph everything through MRTG
Homepage:
http://dev.publicshout.org/qmrtg
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2.1 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="A tool to analyze qmail activity with the goal to graph everything through MRTG"
HOMEPAGE="http://dev.publicshout.org/qmrtg"
SRC_URI="http://dev.publicshout.org/qmrtg/download/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
PATCHES=(
	"${FILESDIR}"/mrtg.cfg.patch
	"${FILESDIR}"/qmrtg.conf.sample.patch
	"${FILESDIR}"/${P}-TAI_STR_LEN.patch
)

src_prepare() {
	default
	sed -i \
		-e 's|^CFLAGS =|CFLAGS ?=|g' \
		analyzers/Makefile.in filters/Makefile.in || die
}

DOCS=( INSTALL.txt )

src_install() {
	default

	keepdir /var/lib/qmrtg

	if use doc ; then
		docinto txt
		dodoc doc/*.txt
		docinto html
		dodoc -r html/*
	fi

	insinto /usr/share/qmrtg2
	doins examples/*
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-mail/qmrtg | euse -E <flag> -p net-mail/qmrtg | euse -D <flag> -p net-mail/qmrtg

Global/Standard Flags

doc

Manifest for 2.1

Type File Size Source URLs
DIST qmrtg-2.1.tar.gz 97255 bytes http://dev.publicshout.org/qmrtg/download/qmrtg-2.1.tar.gz