updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git] / bfr / PKGBUILD
blobe93e039398a9f438f13f46249fea3bc9618c4f8c
1 # Contributor: Eduard "bekks" Warkentin <eduard.warkentin@gmail.com>
2 # Contributor: Tom K <tomk@runbox.com>
3 # Contributor: Per Wigren <per.wigren@gmail.com>
4 # Maintainer: Nathan Owe <ndowens.aur at gmail.com>
5 pkgname=bfr
6 pkgver=1.6
7 pkgrel=6
8 pkgdesc="A general-purpose command-line pipe buffer."
9 arch=('i686' 'x86_64')
10 depends=('glibc')
11 source=(http://www.glines.org/software/bfr.attachment/1/download/$pkgname-$pkgver.tar.bz2)
12 md5sums=('a1aef17a259d78e81f133c149e2dbb80')
13 url="http://www.glines.org/software/bfr"
14 license=('GPL')
15 options=(!libtool)
17 build() {
18  cd ${srcdir}/${pkgname}-${pkgver}
19  ./configure --prefix=/usr --mandir=/usr/share/man
20  sed -i 's:pod2man:/usr/lib/perl5/core_perl/bin/pod2man:' Makefile
21  make
22  make DESTDIR=${pkgdir} install