# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="Software for distributed monitoring." HOMEPAGE="http://echelog.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="1" LICENSE="as-is" KEYWORDS="x86 ~sparc ia64" IUSE="" DEPEND="virtual/libc app-shells/pdksh sys-libs/zlib sys-devel/bison sys-devel/flex sys-apps/sed dev-libs/openssl" src_compile() { econf ${myconf} || die "econf failed" emake -j1 || die "compile problem" } src_install () { einstall keepdir /etc/echelog }