blob: a18246160723efa3ac42a439667d14389c871bf0 [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"
10SRC_URI[md5sum] = "169de4cc1f6f7f7d430a5bed858b2fd3"
11SRC_URI[sha256sum] = "fd59c649c1ae9d67604d1644f116ad4d297eaa66f838e3dfab96b41e85b059fb"
12
13inherit pkgconfig autotools
14
15acpaths = "-I ${S}/gl/m4 -I ${S}/m4"