net-mail/exilog - 1.0 (ubuilds)

Search

Install

Install this version:

emerge -a =net-mail/exilog-1.0

Package Information

Description:
A log analyzer for exim
Homepage:
http://oss.netshadow.at/redmine/projects/exilog
License:
AS IS

Ebuild Details

Version EAPI Keywords Slot
1.0 5 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"
inherit eutils git-r3

DESCRIPTION="A log analyzer for exim"

HOMEPAGE="http://oss.netshadow.at/redmine/projects/exilog"
EGIT_REPO_URI="http://git.netshadow.at/exilog.git"

LICENSE="AS IS"

SLOT="0"
KEYWORDS="amd64 x86"
IUSE="syslog"
#DEPEND=""
#RDEPEND=""

src_unpack() {
#    unpack ${A}
    cd "${S}"
    epatch "${FILESDIR}/${PV}-syslog.patch"
}

src_install() {
    dodir /etc/exilog
    insinto /etc/exilog
    doins ${S}/conf/* || die
    cp "${S}/conf/exilog.conf-example" "{$D}/exilog.conf" || die "Install failed!"

# executable files
    exeinto /usr/sbin
    doexe ${S}/agent/* || die

#library
    dodir /usr/lib/exilog
    insinto /usr/lib/exilog
    dolib ${S}/lib/*

# htdocs
    dodir /etc/exilog/static
    doins -r exilog/htdocs

}


USE Flags

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

Global/Standard Flags

Inherited Eclasses