# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="wtail does the same as tail -f on multiple files" HOMEPAGE="http://www.teaser.fr/~amajorel/wtail" SRC_URI="http://www.teaser.fr/~amajorel/wtail/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc" src_compile() { make } src_install() { make PREFIX=${D}/usr install }