# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="The logcheck tool allows summeries of log file entries to be mailed to a system administrator via a cron job." HOMEPAGE="http://logcheck.alioth.debian.org/" SRC_ID="1097" SRC_URI="http://alioth.debian.org/download.php/${SRC_ID}/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="dev-lang/perl !app-admin/logsentry" src_unpack() { unpack ${PN}_${PV}.tar.gz } src_install() { cd ${S} make DESTDIR=${D} install || die dodoc AUTHORS CHANGES CREDITS TODO dodoc docs/README.* doman docs/logtail.8 }