diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-01-15 02:05:22 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-01-15 02:05:22 +0000 |
commit | 269f5d65e6bc4d684df0ba37a4387da1dc05ccc8 (patch) | |
tree | 8c3af5e8a867ef12b024406ee3e8cac770b75869 /app-misc/bfr/bfr-1.6-r1.ebuild | |
parent | add several flags used by the split kde ebuilds. mostly these are the same fl... (diff) | |
download | historical-269f5d65e6bc4d684df0ba37a4387da1dc05ccc8.tar.gz historical-269f5d65e6bc4d684df0ba37a4387da1dc05ccc8.tar.bz2 historical-269f5d65e6bc4d684df0ba37a4387da1dc05ccc8.zip |
*** empty log message ***
Diffstat (limited to 'app-misc/bfr/bfr-1.6-r1.ebuild')
-rw-r--r-- | app-misc/bfr/bfr-1.6-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-misc/bfr/bfr-1.6-r1.ebuild b/app-misc/bfr/bfr-1.6-r1.ebuild new file mode 100644 index 000000000000..bf42a2e9e5ff --- /dev/null +++ b/app-misc/bfr/bfr-1.6-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/bfr/bfr-1.6-r1.ebuild,v 1.1 2005/01/15 02:05:22 mkennedy Exp $ + +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 ~amd64 ~ppc ~sparc ppc64" +IUSE="" + +DEPEND="" + +src_install() { + make DESTDIR=${D} install || die "install failed" + dodoc AUTHORS INSTALL ChangeLog NEWS README TODO +} |