contrib/pv/Pkgfile

18 lines
496 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
2024-04-28 18:21:40 +02:00
version=1.8.9
2008-12-30 14:20:42 +01:00
release=1
2023-08-03 06:20:14 +02:00
source=(http://www.ivarch.com/programs/sources/$name-$version.tar.gz)
2008-12-30 14:20:42 +01:00
build() {
cd $name-$version
2023-09-25 18:19:36 +02:00
sed -i -e '/^install-data-am:.*/s/install-dist_docDATA//g' Makefile.in
./configure --prefix=/usr \
--disable-nls
2008-12-30 14:20:42 +01:00
make
make DESTDIR=$PKG install
}