net-libs/gnutls: version bumps
[gentoo.git] / app-misc / bfr / bfr-1.6-r2.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 inherit eutils toolchain-funcs
8
9 DESCRIPTION="General-purpose command-line pipe buffer"
10 HOMEPAGE="http://www.glines.org/software/bfr"
11 SRC_URI="http://www.glines.org/bin/pk/${P}.tar.bz2"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="amd64 ~ppc ppc64 sparc x86"
16
17 DEPEND="dev-lang/perl"
18
19 src_prepare() {
20         epatch "${FILESDIR}"/${P}-perl.patch
21         tc-export CC
22 }