contrib/pv/Pkgfile
Bartlomiej Palmowski 0c52c1eaf8 changed email adress
2009-01-10 14:30:03 +01:00

16 lines
441 B
Plaintext

# Description: terminal-based tool for monitoring the progress of data through a pipeline
# URL: http://www.ivarch.com/programs/pv.shtml
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
name=pv
version=1.1.4
release=1
source=(http://pipeviewer.googlecode.com/files/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --disable-{lfs,nls} --prefix=/usr
make
make DESTDIR=$PKG install
}