1
0
forked from ports/contrib
contrib/pv/Pkgfile

19 lines
477 B
Plaintext
Raw Normal View History

# 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
2021-09-12 00:06:37 -05:00
version=1.6.19
2008-12-30 14:20:42 +01:00
release=1
2021-09-12 00:06:37 -05:00
source=(http://www.ivarch.com/programs/sources/$name-$version.tar.bz2 \
stddef.patch)
2008-12-30 14:20:42 +01:00
build() {
cd $name-$version
2021-09-12 00:06:37 -05:00
patch -p1 -i $SRC/stddef.patch
./configure --prefix=/usr \
--disable-nls
2008-12-30 14:20:42 +01:00
make
make DESTDIR=$PKG install
}