18 lines
740 B
Text
18 lines
740 B
Text
# Template file for 'libpipeline'
|
|
pkgname=libpipeline
|
|
version=1.2.1
|
|
build_style=gnu-configure
|
|
subpackages="$pkgname-devel"
|
|
homepage="http://libpipeline.nongnu.org/"
|
|
license="GPL-2"
|
|
revision=1
|
|
short_desc="A pipeline manipulation library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=9526292df2d42622c8ba86adc9fa0ac01f665b939b9ae8fc71ba340d17900209
|
|
long_desc="
|
|
libpipeline is a C library for setting up and running pipelines of
|
|
processes, without needing to involve shell command-line parsing which is
|
|
often error-prone and insecure. This alleviates programmers of the need to
|
|
laboriously construct pipelines using lower-level primitives such as fork(2)
|
|
and execve(2)."
|