From: Michael Lauer Date: Sun, 9 Mar 2008 23:05:08 +0000 (+0000) Subject: add pv, a pipe viewer console utility. bbfile courtesy Frédéric Ler -- thanks! closes... X-Git-Tag: Release-2010-05/1~7512 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03ebacf98db248bac9b68d83680027acd2a4a023;p=openembedded.git add pv, a pipe viewer console utility. bbfile courtesy Frédéric Ler -- thanks! closes #3588 --- diff --git a/packages/pv/.mtn2git_empty b/packages/pv/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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}'"