# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/bfr/bfr-1.5.ebuild,v 1.1 2003/09/15 02:22:09 mkennedy Exp $ DESCRIPTION="Buffer (bfr) is a general-purpose command-line pipe buffer. It buffers data from stdin and sends it to stdout, adjusting to best fit the pace stdout can handle." HOMEPAGE="http://www.glines.org:8000/software/buffer.html" SRC_URI="http://www.glines.org:8000/bin/pk/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" S=${WORKDIR}/${P} src_compile() { econf || die emake || die } src_install() { einstall || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO }