From b2e522332949f02a92ff023d7b2513865ec847f7 Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 11 Aug 2014 14:13:11 +0000 Subject: [PATCH] pv: moved to github Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/packages@42133 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/pv/Makefile | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 utils/pv/Makefile diff --git a/utils/pv/Makefile b/utils/pv/Makefile deleted file mode 100644 index d75074d00..000000000 --- a/utils/pv/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# -# Copyright (C) 2008 David Cooper -# Copyright (C) 2008-2011 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=pv -PKG_VERSION:=1.5.2 -PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.ivarch.com/programs/sources/ -PKG_MD5SUM:=fdcd0be1e333602f82a70921b87976b8 - -PKG_INSTALL:=1 - -include $(INCLUDE_DIR)/package.mk - -define Package/pv - SECTION:=utils - CATEGORY:=Utilities - TITLE:=Shell pipeline element to meter data passing through - URL:=http://www.ivarch.com/programs/pv.shtml -endef - -define Package/pv/description - Pipe Viewer is a terminal-based tool for monitoring the progress of data - through a pipeline. It can be inserted into any normal pipeline between - two processes to give a visual indication of how quickly data is passing - through, how long it has taken, how near to completion it is, and an - estimate of how long it will be until completion. -endef - -define Package/pv/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/pv $(1)/usr/bin/ -endef - -$(eval $(call BuildPackage,pv)) - -- 2.11.0