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" |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 10 | SRC_URI[sha256sum] = "5dbf08faf50fad853754293e57fd4e6c69bb8e486f176596d682c67e02a0adb0" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 11 | |
| 12 | inherit pkgconfig autotools |
| 13 | |
| 14 | acpaths = "-I ${S}/gl/m4 -I ${S}/m4" |