2 # Copyright (C) 2008 David Cooper, OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
14 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.bz2
15 PKG_SOURCE_URL
:=http
://pipeviewer.googlecode.com
/files
/
16 PKG_MD5SUM
:=63033e090d61a040407bfd043aeb6d27
18 include $(INCLUDE_DIR
)/package.mk
23 TITLE
:=Shell pipeline element to meter data passing through
24 URL
:=http
://www.ivarch.com
/programs
/pv.shtml
28 define Package
/pv
/description
29 Pipe Viewer is a terminal-based tool for monitoring the progress of data
30 through a pipeline. It can be inserted into any normal pipeline between
31 two processes to give a visual indication of how quickly data is passing
32 through
, how long it has taken
, how near to completion it is
, and an
33 estimate of how long it will be until completion.
36 define Package
/pv
/install
37 $(INSTALL_DIR
) $(1)/usr
/bin
38 $(INSTALL_BIN
) $(PKG_BUILD_DIR
)/pv
$(1)/usr
/bin
/
41 $(eval
$(call BuildPackage
,pv
))