Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "pipeline manipulation library" |
| 2 | DESCRIPTION = "This is a C library for setting up and running pipelines of processes, \ |
| 3 | without needing to involve shell command-line parsing which is often \ |
| 4 | error-prone and insecure." |
| 5 | HOMEPAGE = "http://libpipeline.nongnu.org/" |
| 6 | LICENSE = "GPLv3" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 8 | |
| 9 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz" |
| 10 | SRC_URI[md5sum] = "169de4cc1f6f7f7d430a5bed858b2fd3" |
| 11 | SRC_URI[sha256sum] = "fd59c649c1ae9d67604d1644f116ad4d297eaa66f838e3dfab96b41e85b059fb" |
| 12 | |
| 13 | inherit pkgconfig autotools |
| 14 | |
| 15 | acpaths = "-I ${S}/gl/m4 -I ${S}/m4" |