summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-12 14:19:18 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-12 14:19:18 +0000
commitcda39116c7cc5f31a77e2633cc7140bee08269c7 (patch)
treeb30dfe7ef8486faad91bb893e7b6fbce2982d60c /app-misc/bfr
parentChanged <CATEGORY>/<PACKAGE_NAME> to x11-misc/pypanel (diff)
downloadgentoo-2-cda39116c7cc5f31a77e2633cc7140bee08269c7.tar.gz
gentoo-2-cda39116c7cc5f31a77e2633cc7140bee08269c7.tar.bz2
gentoo-2-cda39116c7cc5f31a77e2633cc7140bee08269c7.zip
touchups
Diffstat (limited to 'app-misc/bfr')
-rw-r--r--app-misc/bfr/bfr-1.5.ebuild13
1 files changed, 3 insertions, 10 deletions
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"