diff options
author | Matt Housh <jaeger@crux.ninja> | 2015-11-23 21:13:02 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2015-11-23 21:13:02 -0600 |
commit | ea57fac4e710c5480ce0e1be3693b4a8e28f6836 (patch) | |
tree | aa0430bc3fa221a6110ac1d5d26062554638bff5 /pv | |
parent | 2237de289de10cdf149621e477d334c1619e5293 (diff) | |
download | contrib-ea57fac4e710c5480ce0e1be3693b4a8e28f6836.tar.gz contrib-ea57fac4e710c5480ce0e1be3693b4a8e28f6836.tar.xz |
pv: assumed maintenance, updated to version 1.6.0
Diffstat (limited to 'pv')
-rw-r--r-- | pv/.footprint | 7 | ||||
-rw-r--r-- | pv/.md5sum | 2 | ||||
-rw-r--r-- | pv/Pkgfile | 11 |
3 files changed, 11 insertions, 9 deletions
diff --git a/pv/.footprint b/pv/.footprint index b21e781c1..ee2e8ded7 100644 --- a/pv/.footprint +++ b/pv/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pv -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/pv.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/pv.1.gz diff --git a/pv/.md5sum b/pv/.md5sum index f00a1f5e8..bf12d1816 100644 --- a/pv/.md5sum +++ b/pv/.md5sum @@ -1 +1 @@ -8041eac8a2942ef11ce6c7559cc4fb0a pv-1.3.4.tar.bz2 +e163d8963c595b2032666724bc509bcc pv-1.6.0.tar.bz2 diff --git a/pv/Pkgfile b/pv/Pkgfile index df4ad2eef..f37a8fe6b 100644 --- a/pv/Pkgfile +++ b/pv/Pkgfile @@ -1,15 +1,16 @@ -# 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 +# 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.3.4 +version=1.6.0 release=1 source=(http://www.ivarch.com/programs/sources/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --disable-{lfs,nls} --prefix=/usr + ./configure --prefix=/usr \ + --disable-nls make make DESTDIR=$PKG install } |