summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}'"