diff options
Diffstat (limited to 'meta-oe/recipes-support/pv/pv_1.5.3.bb')
| -rw-r--r-- | meta-oe/recipes-support/pv/pv_1.5.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pv/pv_1.5.3.bb b/meta-oe/recipes-support/pv/pv_1.5.3.bb new file mode 100644 index 0000000000..56954122c9 --- /dev/null +++ b/meta-oe/recipes-support/pv/pv_1.5.3.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 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] = "efe8e9e4cad5f3264a32258a63bf2c8e" | ||
| 8 | SRC_URI[sha256sum] = "76f3999b1c3b3027163dce6ef667cdf8dafb75218ee25e54a03bfe590478f90e" | ||
| 9 | |||
| 10 | inherit autotools | ||
| 11 | |||
