summaryrefslogtreecommitdiff
path: root/packages/pv
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-03-09 23:05:08 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-03-09 23:05:08 +0000
commit03ebacf98db248bac9b68d83680027acd2a4a023 (patch)
tree810cc7d7d40024f1cae712f93af9e0ac79ef8027 /packages/pv
parentcd8f5864165e6b21ababce7efa931c81d8464d32 (diff)
add pv, a pipe viewer console utility. bbfile courtesy Frédéric Ler -- thanks! closes #3588
Diffstat (limited to 'packages/pv')
-rw-r--r--packages/pv/.mtn2git_empty0
-rw-r--r--packages/pv/pv_1.1.4.bb11
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/pv/.mtn2git_empty b/packages/pv/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/pv/.mtn2git_empty
diff --git a/packages/pv/pv_1.1.4.bb b/packages/pv/pv_1.1.4.bb
new file mode 100644
index 0000000000..199b7dfa28
--- /dev/null
+++ b/packages/pv/pv_1.1.4.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Pipe Viewer is a terminal-based tool for monitoring the progress of data through a pipeline."
+SECTION = "console/utils"
+HOMEPAGE = "http://www.ivarch.com/programs/pv.shtml"
+LICENSE = "Artistic License 2.0"
+
+inherit autotools
+
+SRC_URI = "http://pipeviewer.googlecode.com/files/pv-${PV}.tar.bz2"
+
+
+EXTRA_OEMAKE = "LD='${LD}'"