diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2013-05-13 06:55:01 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-16 11:04:35 +0200 |
commit | 47a3dd25e5e28e800dc60bcabf383b9adfc99ac8 (patch) | |
tree | cd26961d8c83d56349d1bbb406c019b089501ec2 /meta-oe | |
parent | f93c6fd16efcf5acd90c3449350731b0bdf69910 (diff) | |
download | meta-openembedded-47a3dd25e5e28e800dc60bcabf383b9adfc99ac8.tar.gz |
pv: add pipe viewer, version 1.4.6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/pv/pv_1.4.6.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pv/pv_1.4.6.bb b/meta-oe/recipes-support/pv/pv_1.4.6.bb new file mode 100644 index 000000000..8aec14ccf --- /dev/null +++ b/meta-oe/recipes-support/pv/pv_1.4.6.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of data through a pipeline." | ||
2 | |||
3 | LICENSE = "Artistic-License-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02" | ||
5 | |||
6 | SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.bz2" | ||
7 | SRC_URI[md5sum] = "d55ff76f5caa83efc23aa527dbb0b191" | ||
8 | SRC_URI[sha256sum] = "edfea0033ec6222eb60b4ec6d905dd2dccdb5900beef03f67f42ca9ed67e9fe2" | ||
9 | |||
10 | inherit autotools | ||
11 | |||
12 | # broken autotools | ||
13 | do_configure() { | ||
14 | cp ${S}/autoconf/configure.in ${S} | ||
15 | gnu-configize --force | ||
16 | oe_runconf | ||
17 | } | ||