Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [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=1ebbd3e34237af26da5dc08a4e440464" |
| 8 | |
| 9 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz" |
| 10 | SRC_URI[sha256sum] = "0c8367f8b82bb721b50647a647115b6e62a37e3b2e954a9685e4d933f30c00cc" |
| 11 | |
| 12 | inherit pkgconfig autotools |
| 13 | |
| 14 | acpaths = "-I ${S}/gl/m4 -I ${S}/m4" |