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