Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [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] = "4c8fe6cd85422baafd6e060f896c61bc" |
| 11 | SRC_URI[sha256sum] = "d633706b7d845f08b42bc66ddbe845d57e726bf89298e2cee29f09577e2f902f" |
| 12 | |
| 13 | inherit pkgconfig autotools |
| 14 | |
| 15 | acpaths = "-I ${S}/gl/m4 -I ${S}/m4" |