# $Id: PKGBUILD,v 1.3 2003/11/06 08:27:15 dorphell Exp $ # Maintainer: dorphell # Contributor: Tom Newsom pkgname=sendfile pkgver=2.1a pkgrel=2 pkgdesc="The sendfile client transfers files to the sendfile daemon of the recipient's host" source=(ftp://ftp.belwue.de/pub/unix/sendfile/$pkgname-$pkgver.tar.gz) url="http://www.belwue.de/projekte/saft/sendfile-us.html" build() { cd $startdir/src/$pkgname-$pkgver ./makeconfig BINDIR=$startdir/pkg/usr/bin CONFIG=$startdir/pkg/etc SERVERDIR=$startdir/pkg/usr/sbin MANDIR=$startdir/pkg/usr/man make || return 1 echo ok | make prefix=$startdir/pkg install }