blob: ee15fd064475bcf2ac1a21f8aaff77b953a77655 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "pipeline manipulation library"
2DESCRIPTION = "This is a C library for setting up and running pipelines of processes, \
3without needing to involve shell command-line parsing which is often \
4error-prone and insecure."
5HOMEPAGE = "http://libpipeline.nongnu.org/"
6LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8
9SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz"
Andrew Geisslerc9f78652020-09-18 14:11:35 -050010SRC_URI[sha256sum] = "5dbf08faf50fad853754293e57fd4e6c69bb8e486f176596d682c67e02a0adb0"
Andrew Geissler82c905d2020-04-13 13:39:40 -050011
12inherit pkgconfig autotools
13
14acpaths = "-I ${S}/gl/m4 -I ${S}/m4"