diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb b/meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb new file mode 100644 index 0000000000..14cc9e519a --- /dev/null +++ b/meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb | |||
@@ -0,0 +1,14 @@ | |||
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] = "b7437a5020190cfa84f09c412db38902" | ||
11 | SRC_URI[sha256sum] = "0d72e12e4f2afff67fd7b9df0a24d7ba42b5a7c9211ac5b3dcccc5cd8b286f2b" | ||
12 | |||
13 | inherit pkgconfig autotools | ||
14 | |||