### this file is sourced not run
PKGVER=1.6.0
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=pv-$PKGVER.tar.bz2
MD5SUM=e163d8963c595b2032666724bc509bcc
SRC_URL=http://www.ivarch.com/programs/sources/$TARBALL
BUNDLE=

SLACKREQ=libncurses
SLACKDESC="pv: pv $PKGVER (Pipe viewer)  
pv:  
pv: pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of 
pv: data through a pipeline. It can be inserted into any normal pipeline 
pv: between two processes to give a visual indication of how quickly data is 
pv: passing through, how long it has taken, how near to completion it is, and 
pv: an estimate of how long it will be until completion.  
pv: 
pv: 
pv: 
pv: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf && pkg_build_slackdesc
}


