# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: #inherit some_eclass another_eclass DESCRIPTION="Split-screen terminal/ncurses based log viewer" HOMEPAGE="http://www.edespot.com/code/LogMon/" SRC_URI="http://www.edespot.com/code/LogMon/LogMon-${PV}.src.tgz" S="${WORKDIR}/LogMon-${PV}" LICENSE="Artistic" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/libc sys-libs/ncurses" src_compile() { econf || die "could not configure" emake || die "emake failed" } src_install() { dobin logmon || die }