summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-01-15 02:05:22 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-01-15 02:05:22 +0000
commit9136d41e2b5a57092bd827502dbab6d75c55c228 (patch)
tree12f84be217ef03e0b6f80a1952bf22d6a58241ee /app-misc/bfr/bfr-1.6-r1.ebuild
parentadd several flags used by the split kde ebuilds. mostly these are the same fl... (diff)
downloadgentoo-2-9136d41e2b5a57092bd827502dbab6d75c55c228.tar.gz
gentoo-2-9136d41e2b5a57092bd827502dbab6d75c55c228.tar.bz2
gentoo-2-9136d41e2b5a57092bd827502dbab6d75c55c228.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.ebuild19
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
+}