diff options
author | Bartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com> | 2008-12-30 14:20:42 +0100 |
---|---|---|
committer | Bartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com> | 2008-12-30 14:20:42 +0100 |
commit | 479a84422ebe099f618780485bf45965bcdd8b9a (patch) | |
tree | dee932088556524191acfeb5e353fd6285dc7a60 /pv | |
parent | 059c5f42e0dd4ea2e3b992d078e695399fc7a1d3 (diff) | |
download | contrib-479a84422ebe099f618780485bf45965bcdd8b9a.tar.gz contrib-479a84422ebe099f618780485bf45965bcdd8b9a.tar.xz |
pv: new port
Diffstat (limited to 'pv')
-rw-r--r-- | pv/.footprint | 6 | ||||
-rw-r--r-- | pv/.md5sum | 1 | ||||
-rw-r--r-- | pv/Pkgfile | 15 |
3 files changed, 22 insertions, 0 deletions
diff --git a/pv/.footprint b/pv/.footprint new file mode 100644 index 000000000..b21e781c1 --- /dev/null +++ b/pv/.footprint @@ -0,0 +1,6 @@ +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 diff --git a/pv/.md5sum b/pv/.md5sum new file mode 100644 index 000000000..30e699286 --- /dev/null +++ b/pv/.md5sum @@ -0,0 +1 @@ +63033e090d61a040407bfd043aeb6d27 pv-1.1.4.tar.bz2 diff --git a/pv/Pkgfile b/pv/Pkgfile new file mode 100644 index 000000000..6089394ee --- /dev/null +++ b/pv/Pkgfile @@ -0,0 +1,15 @@ +# Description: terminal-based tool for monitoring the progress of data through a pipeline +# URL: http://www.ivarch.com/programs/pv.shtml +# Maintainer: Bartlomiej Palmowski, maks1k at wp 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 +} |