2015-11-23 21:13:02 -06:00
|
|
|
# Description: A terminal-based tool for monitoring the progress of data through a pipeline
|
|
|
|
# URL: http://www.ivarch.com/programs/pv.shtml
|
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
2008-12-30 14:20:42 +01:00
|
|
|
|
|
|
|
name=pv
|
2015-11-23 21:13:02 -06:00
|
|
|
version=1.6.0
|
2008-12-30 14:20:42 +01:00
|
|
|
release=1
|
2012-07-02 23:22:44 +02:00
|
|
|
source=(http://www.ivarch.com/programs/sources/$name-$version.tar.bz2)
|
2008-12-30 14:20:42 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2015-11-23 21:13:02 -06:00
|
|
|
./configure --prefix=/usr \
|
|
|
|
--disable-nls
|
2008-12-30 14:20:42 +01:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|