Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [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 = "GPL-3.0-only" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" |
| 8 | |
| 9 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz" |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 10 | SRC_URI += "file://autoconf-2.73.patch" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 11 | SRC_URI[sha256sum] = "b8b45194989022a79ec1317f64a2a75b1551b2a55bea06f67704cb2a2e4690b0" |
| 12 | |
| 13 | inherit pkgconfig autotools |
| 14 | |
| 15 | acpaths = "-I ${S}/gl/m4 -I ${S}/m4" |