contrib/pv/Pkgfile

19 lines
477 B
Plaintext

# 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
name=pv
version=1.6.19
release=1
source=(http://www.ivarch.com/programs/sources/$name-$version.tar.bz2 \
stddef.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/stddef.patch
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
}