# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/xtail-2.1.ebuild,v 1.5 2002/07/31 03:27:45 cselkirk Exp $ S=${WORKDIR}/${P} DESCRIPTION="Tail multiple logfiles at once, even if rotated." SRC_URI="http://www.unicom.com/sw/xtail/${P}.tar.gz" HOMEPAGE="http://www.unicom.com/sw/xtail/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 ppc" DEPEND="virtual/glibc" RDEPEND="${DEPEND}" src_compile() { econf || die emake || die } src_install () { doman xtail.1 dobin xtail dodoc README }