# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-4.0.6.ebuild,v 1.1 2006/06/20 19:52:31 wschlich Exp $ inherit flag-o-matic DESCRIPTION="Tail with multiple windows." HOMEPAGE="http://www.vanheusden.com/multitail/index.html" SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="debug" DEPEND="virtual/libc sys-libs/ncurses" src_compile() { use debug && append-flags "-D_DEBUG" emake all || die "make failed" } src_install () { dobin multitail insinto /etc doins multitail.conf dodoc Changes INSTALL license.txt readme.txt dohtml manual.html doman multitail.1 }