From cda39116c7cc5f31a77e2633cc7140bee08269c7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 12 Nov 2003 14:19:18 +0000 Subject: touchups --- app-misc/bfr/bfr-1.5.ebuild | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'app-misc/bfr') diff --git a/app-misc/bfr/bfr-1.5.ebuild b/app-misc/bfr/bfr-1.5.ebuild index e7b3df708892..9461905c598f 100644 --- a/app-misc/bfr/bfr-1.5.ebuild +++ b/app-misc/bfr/bfr-1.5.ebuild @@ -1,23 +1,16 @@ # 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.2 2003/10/08 03:38:45 hillster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/bfr/bfr-1.5.ebuild,v 1.3 2003/11/12 14:16:44 vapier 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." +DESCRIPTION="Buffer (bfr) is a general-purpose command-line pipe buffer" 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 "configure failed" - emake || die "compile failed" -} +DEPEND="" src_install() { einstall || die "install failed" -- cgit v1.2.3-65-gdbad