add pv, a pipe viewer console utility. bbfile courtesy Frédéric Ler -- thanks! closes...
authorMichael Lauer <mickey@vanille-media.de>
Sun, 9 Mar 2008 23:05:08 +0000 (23:05 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 9 Mar 2008 23:05:08 +0000 (23:05 +0000)
packages/pv/.mtn2git_empty [new file with mode: 0644]
packages/pv/pv_1.1.4.bb [new file with mode: 0644]

diff --git a/packages/pv/.mtn2git_empty b/packages/pv/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/pv/pv_1.1.4.bb b/packages/pv/pv_1.1.4.bb
new file mode 100644 (file)
index 0000000..199b7df
--- /dev/null
@@ -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}'"