blob: 199b7dfa2820c91e81001274df17ae84702eb436 (
plain)
1
2
3
4
5
6
7
8
9
10
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}'"
|