#Packager: George Vlahavas pkgname=pv pkgver=1.6.20 pkgrel=1gv source=("http://www.ivarch.com/programs/sources/pv-$pkgver.tar.gz") docs=("readme") url=http://www.ivarch.com/programs/pv.shtml slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pv (monitor the progress of data through a pipeline)" "pv - Pipe Viewer - is a terminal-based tool for monitoring the" "progress of data through a pipeline. It can be inserted into any" "normal pipeline between two processes to give a visual indication of" "how quickly data is passing through, how long it has taken, how near" "to completion it is, and an estimate of how long it will be until" "completion." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }