contrib/pv/Pkgfile

16 lines
441 B
Plaintext
Raw Normal View History

2008-12-30 14:20:42 +01:00
# Description: terminal-based tool for monitoring the progress of data through a pipeline
# URL: http://www.ivarch.com/programs/pv.shtml
2009-01-10 14:30:03 +01:00
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
2008-12-30 14:20:42 +01:00
name=pv
2012-07-02 23:22:44 +02:00
version=1.3.4
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
./configure --disable-{lfs,nls} --prefix=/usr
make
make DESTDIR=$PKG install
}